ExcelToPdfCOptionsFormulaOptions Field |
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);
Namespace: SautinSoftAssembly: SautinSoft.ExcelToPdf (in SautinSoft.ExcelToPdf.dll) Version: 2025.6.5
Syntaxpublic ExcelToPdfCOptionsFormula FormulaOptions
Public FormulaOptions As ExcelToPdfCOptionsFormula
Field Value
ExcelToPdfCOptionsFormula
See Also