Enum FileFormatType
Enum FileFormatType
Represents the supported file formats for conversion.
public enum FileFormatTypeFields
Auto = 0: If saving the file to the disk,the file format accords to the extension of the file name. If saving the file to the stream, the file format is xlsx.Azw3 = 773: Represents Azw3 file.Bmp = 263: Windows BitmapCsv = 1: Comma-Separated Values(CSV) text file.Dif = 30: Data Interchange Format.Docx = 62: Represents .docx file.Emf = 258: Windows Enhanced Metafile.Epub = 772: Represents Epub file.Excel97To2003 = 5: Represents an Excel97-2003 xls file.Fods = 59: Represents OpenDocument Flat XML Spreadsheet (.fods) file format.Gif = 322: GifHtml = 12: Represents a html file.Jpg = 261: JPEG JFIF.Json = 513: JsonMHtml = 17: Represents a mhtml file.Markdown = 57: Represents markdown document.Numbers09 = 56: Represents Numbers 9.0 file format by Apple Inc.Numbers35 = 62: Represents Numbers 3.5 file format since 2014 by Apple IncOds = 14: Open Document Sheet(ODS) file.Ots = 31: Open Document Template Sheet(OTS) file.Pdf = 13: Represents a Pdf file.Png = 262: Portable Network Graphics.Pptx = 61: Represents .pptx file.SpreadsheetML = 15: Represents an Excel 2003 xml file.SqlScript = 514: SqlSvg = 28: SVG file.Sxc = 60: Represents StarOffice Calc Spreadsheet (.sxc) file format.TabDelimited = 11: Represents a tab delimited text file, same with Sheetize.FileFormatType.Tsv.Tiff = 21: Represents a TIFF file.Tsv = 11: Tab-Separated Values(TSV) text file.Unknown = 255: Represents unrecognized format, cannot be saved.XHtml = 771: Represents XHtml file.Xlam = 10: Represents an xltm file which enable add-in macros.Xlsb = 16: Represents an xlsb file.Xlsm = 7: Represents an xlsm file which enable macros.Xlsx = 6: Represents an xlsx file.Xlt = 32: Excel 97-2003 template file.Xltm = 9: Represents an xltm file which enable macros.Xltx = 8: Represents an xltx file.Xml = 51: Represents a simple xml file.Xps = 20: XPS (XML Paper Specification) format.
Namespace: Sheetize | Assembly: Sheetize.dll