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

DevExpress.XtraSpreadsheet.Export Namespace

Contains classes specific for spreadsheet document export.

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Classes

Name Description
CsvDocumentExporterOptions Contains options used for saving (exporting) a document in CSV format.
DocumentExporterOptions Represents the base class for options used for saving (exporting) documents in different formats.
HtmlDocumentExporterOptions Contains options for exporting the document in HTML format.
OpenXmlDocumentExporterOptions Contains options used for saving (exporting) a document in OpenXML format (aka MS Excel 2007 default format, .xlsx).
TxtDocumentExporterOptions Contains options used for saving (exporting) a document in text format.
WorkbookExportOptions Contains options used for saving (exporting) workbooks.
XlsDocumentExporterOptions Contains options used for saving (exporting) a document in XLS format (MS Excel 97-2003 binary file format).
XlsmDocumentExporterOptions Contains options used for saving (exporting) a document in OpenXML format with macro support (.xlsm).
XltDocumentExporterOptions Contains options used for saving (exporting) a document as a Microsoft Excel 97-2003 Template (.xlt).
XltmDocumentExporterOptions Contains options used for saving (exporting) a document in OpenXML format as a macro-enabled template (.xltm).
XltxDocumentExporterOptions Contains options used for saving (exporting) a document in OpenXML format as a template (.xltx).

Enums

Name Description
CustomFunctionExportMode Lists values that specify how to export custom functions.
FormulaExportMode Lists possible ways to export a cell formula.
TextQuotationMode Lists values used to specify how to quote text fields in the exported CSV or TXT file.