Enum ExcelFileFormat
Identifies the workbook format used when saving an Excel file, mapping to Excel's native XlFileFormat values (or auto-detected from the file extension).
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.Windows.dll
Syntax
public enum ExcelFileFormat
Fields
| Name | Description |
|---|---|
| Auto | |
| Csv | |
| Excel2007 | |
| Excel97 | |
| Normal | |
| Prn | |
| Txt |