Back to Devexpress

DevExpress.XtraSpreadsheet.Export Namespace

officefileapi-devexpress-dot-xtraspreadsheet.md

latest4.1 KB
Original Source

DevExpress.XtraSpreadsheet.Export Namespace

Contains classes specific for spreadsheet document export.

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

NuGet Package : DevExpress.Spreadsheet.Core

Classes

NameDescription
CsvDocumentExporterOptionsContains options used for saving (exporting) a document in CSV format.
DocumentExporterOptionsRepresents the base class for options used for saving (exporting) documents in different formats.
HtmlCellContentExportOptionsContains options for cell content export to HTML.
HtmlDocumentExporterOptionsContains options for exporting the document in HTML format.
OpenXmlDocumentExporterOptionsContains options used for saving (exporting) a document in OpenXML format (aka MS Excel 2007 default format, .xlsx).
PdfDocumentExporterOptionsContains options used to save a document as a PDF.
RtfCellContentExportOptionsContains options for cell content export to RTF.
TxtDocumentExporterOptionsContains options used for saving (exporting) a document in text format.
WorkbookExportOptionsContains options used for saving (exporting) workbooks.
XlsbDocumentExporterOptionsContains options used to save a document to the XLSB format (Microsoft Excel 2007-2010 binary file format).
XlsDocumentExporterOptionsContains options used for saving (exporting) a document in XLS format (MS Excel 97-2003 binary file format).
XlsmDocumentExporterOptionsContains options used for saving (exporting) a document in OpenXML format with macro support (.xlsm).
XltDocumentExporterOptionsContains options used for saving (exporting) a document as a Microsoft Excel 97-2003 Template (.xlt).
XltmDocumentExporterOptionsContains options used for saving (exporting) a document in OpenXML format as a macro-enabled template (.xltm).
XltxDocumentExporterOptionsContains options used for saving (exporting) a document in OpenXML format as a template (.xltx).
XmlSpreadsheet2003DocumentExporterOptionsContains options used to save a document as an XML Spreadsheet 2003 file.

Enums

NameDescription
CustomFunctionExportModeLists values that specify how to export custom functions.
FormulaExportModeLists possible ways to export a cell formula.
TextQuotationModeLists values used to specify how to quote text fields in the exported CSV or TXT file.