Skip to main content

XlsxExportOptionsEx Constructors

Contains options that define how a document is exported to XLSX format in the data-aware export mode.
Name Parameters Description
XlsxExportOptionsEx() none Initializes a new instance of the XlsxExportOptionsEx class with the default settings.
XlsxExportOptionsEx(TextExportMode) textExportMode Initializes a new instance of the XlsxExportOptionsEx class with the specified text export mode.
See Also