ExcelSaveOptions.ExcelFormat
ExcelSaveOptions.ExcelFormat enumeration
Allows to specify .xlsx, .xls/xml or csv file format. Default value is XLSX;
public enum ExcelFormat
Values
Name | Value | Description |
---|---|---|
XMLSpreadSheet2003 | 0 |
Excel 2003 XML Format |
XLSX | 1 |
Office Open XML (.xlsx) File Format |
CSV | 2 |
A comma-separated values (CSV) File Format |
XLSM | 3 |
A macro-enabled Office Open XML (.xlsm) File Format |
ODS | 4 |
OpenDocument Spreadsheet |
See Also
- class ExcelSaveOptions
- namespace Aspose.Pdf
- assembly Aspose.PDF