officefileapi-devexpress-dot-xtraspreadsheet.md
Contains classes specific for spreadsheet document export.
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
| 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. |
| HtmlCellContentExportOptions | Contains options for cell content export to HTML. |
| 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). |
| PdfDocumentExporterOptions | Contains options used to save a document as a PDF. |
| RtfCellContentExportOptions | Contains options for cell content export to RTF. |
| TxtDocumentExporterOptions | Contains options used for saving (exporting) a document in text format. |
| WorkbookExportOptions | Contains options used for saving (exporting) workbooks. |
| XlsbDocumentExporterOptions | Contains options used to save a document to the XLSB format (Microsoft Excel 2007-2010 binary file format). |
| 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). |
| XmlSpreadsheet2003DocumentExporterOptions | Contains options used to save a document as an XML Spreadsheet 2003 file. |
| 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. |