ExcelToPdfCOptionsFormulaInputFilePath 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: 2024.11.30
Syntaxpublic string InputFilePath
Public InputFilePath As String
Field Value
String
See Also