ExcelExportParams Object (IExcelExportParams Interface)
This object provides functionality for tuning parameters of recognized text export to XLS or XLSX format. These parameters are set in the ExcelExportParams property of the FileExportParams object.
Properties
Name | Type | Description |
---|---|---|
XLFileFormat | XLFileFormatEnum |
Determines how recognized text will be exported to XLS format. It may be set to MS Excel 5, MS Excel 8, or both. The value of this property is ignored when exporting to XLSX format. By default the value of this property is XLFF_BIFF8. |
PreserveValueTypes | Boolean | Specifies whether types of values are to be preserved. If the value of this property is FALSE, all data will be exported as General. By default the value of this property is TRUE. |
Related objects
See also
8/15/2023 1:19:30 PM