COptions Fields |
The ExcelToPdfCOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | FormulaOptions | 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); |