Excel |
The ExcelToPdfCOptionsFormula type exposes the following members.
Name | Description | |
---|---|---|
![]() | ExcelToPdfCOptionsFormula | Initializes a new instance of the ExcelToPdfCOptionsFormula class |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
![]() | InputFilePath | When processing formulas of the type - "CELL("filename", A1)" it is necessary to specify the path to the current file (stream) to ensure correct processing of the action. By default: Stream For example(File) : ExcelToPdf.ConvertFile(ExcelDocument, pdfFile); For example(Stream): ExcelToPdf.ConvertBytes(bytes); |