Click or drag to resize

COptions Fields

The ExcelToPdfCOptions type exposes the following members.

Fields
 NameDescription
Public fieldFormulaOptions 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);
Top
See Also