DashboardExcelFormat Type
Lists values that specify the available Excel workbook formats.
Declaration
export type DashboardExcelFormat = "Csv" | "Xls" | "Xlsx"
Members
Name | Description |
---|---|
"Csv" | A CSV format. |
"Xls" | An XLS format. |
"Xlsx" | An XLSX format. |