SpreadsheetSaveFileFormat enumeration

SpreadsheetSaveFileFormat enumeration

Defines different save formats for Spreadsheet documents.

The SpreadsheetSaveFileFormat type exposes the following members:

Fields

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.
PDF 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.

See Also