SpreadsheetSaveFileFormat enumeration
Leave feedback
On this page
Defines different save formats for Spreadsheet documents.
The SpreadsheetSaveFileFormat type exposes the following members:
| Field | Description |
|---|---|
| DEFAULT | File format will not be changed. |
| CSV | Saves the document as comma separated value file. |
| EXCEL_97_TO_2003 | Saves the document as Microsoft Excel 97-2003 workbook (.xls). |
| XLSX | Saves the document an Microsoft Excel OpenXML workbook. |
| XLSM | Saves the document as Microsoft Excel macro-enabled workbook. |
| XLTX | Saves the document as Microsoft Excel template. |
| XLTM | Saves the document as Microsoft Excel macro-enabled template. |
| XLAM | Saves the document as Microsoft Excel macro-enabled add-In. |
| Saves the document as an PDF file. | |
| ODS | Saves the document as Open Office workbook. |
| XLSB | Saves the document as Microsoft Excel Binary workbook. |
| XPS | Saves the document as XML Paper Specification File. |
| TIFF | Saves the document in Tagged Image File Format. |
| SVG | Saves the document as Scalable Vector Graphics file. |
| DIF | Saves the document in Data Interchange Format. |
| EMF | Saves the document in Windows Enhanced Metafile format. |
| JPG | Saves the document in Jpeg format. |
| PNG | Saves the document in Portable Network Graphics format. |
- module
groupdocs.signature.domain
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.