XLSXExportSettings Object (COM-based API)
This object provides functionality for configuring the export of recognized text to XLSX format. The IXLSXExportSettings interface is a child object of the IOutputFormatSettings interface and inherits all its properties. It is an element of the OutputFormatSettingsCollection collection.
Properties
Name | Type | Description |
ConvertNumericValuesToNumbers | Boolean | Specifies whether numerical values in recognized text are to be exported to XLSX format as numbers. The default value is TRUE. |
IgnoreTextOutsideTables | Boolean | If this property is set to TRUE, only text from table blocks is exported into XLSX format. The default value is FALSE. |
See also
3/26/2024 1:49:49 PM