Skip to main content

DashboardExcelFormat Type

In This Article

Lists values that specify the available Excel workbook formats.

#Declaration

TypeScript
export type DashboardExcelFormat = "Csv" | "Xls" | "Xlsx"

#Members

Name Description
"Csv"

A CSV format.

"Xls"

An XLS format.

"Xlsx"

An XLSX format.