Excel
|
public class ExcelOptions
The ExcelOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| ExcelOptions |
| Name | Description | |
|---|---|---|
| AllContent | Whether to set contain all pdf content to the xlsx file. | |
| AutoCreateFolder | Whether to automatically create folder when exporting multiple documents. | |
| ContainAnnotation | Whether to contain annotations when converting. | |
| ContainImage | Whether to contain images when converting. | |
| CsvFormat | Whether to set to save the table in csv format. | |
| EnableAiLayout | Whether to enable AI layout analysis during conversion. | |
| EnableOCR | Whether to use OCR. | |
| FormulaToImage | Whether to convert formulas to images. | |
| OcrOption | Specify the OCR option. | |
| OutputDocumentPerPage | whether to output one document per page. | |
| PageRanges | Specify the pages to convert, e.g. "1-3,5,7-9". Using fixed-size array for simplicity. | |
| WorksheetOption | Specify Excel Worksheet option. |