Skip to main content
A newer version of this page is available. .

XlsxExportOptions Properties

Contains options which define how a document is exported to XLSX format.
Name Description
DocumentOptions Provides access to options to be embedded as the resulting XLS or XLSX file’s Document Properties. Inherited from XlExportOptionsBase.
EncryptionOptions Provides access to the XLS and XLSX file encryption options. Inherited from XlExportOptionsBase.
ExportHyperlinks Specifies whether or not hyperlinks should be exported to Excel. Inherited from XlExportOptionsBase.
ExportMode Specifies whether the source is exported as a single XLSX file or multiple files, and whether each page is exported as a separate worksheet.
FitToPrintedPageHeight Gets or sets whether the output document should be fit to the page height when printed. Inherited from XlExportOptionsBase.
FitToPrintedPageWidth Gets or sets whether the output document should be fit to the page width when printed. Inherited from XlExportOptionsBase.
IgnoreErrors Specifies the document errors to be ignored in a resulting Excel file. Inherited from XlExportOptionsBase.
PageRange Gets or sets the range of pages to be exported.
RasterizationResolution Specifies the resolution used to rasterize vector images on export to the corresponding document format. Inherited from PageByPageExportOptionsBase.
RasterizeImages Specifies whether or not vector images should be rasterized on export to the corresponding document format. Inherited from PageByPageExportOptionsBase.
RawDataMode Enables the mode that produces simple tabular data without graphic elements, style and appearance settings. Inherited from XlExportOptionsBase.
RightToLeftDocument Gets or sets whether the layout of the resulting XLS document should be aligned to support locales using right-to-left fonts. Inherited from XlExportOptionsBase.
SheetName Gets or sets a name of the sheet in the created XLS file to which a document is exported. Inherited from XlExportOptionsBase.
ShowGridLines Gets or sets a value indicating whether the grid lines should be visible in the resulting XLS file. Inherited from XlExportOptionsBase.
TextExportMode Gets or sets a value indicating whether the cells in the resulting XLS document should use the same formatting as the original document. Inherited from XlExportOptionsBase.
See Also