Variable: ExportFormat
ts
const ExportFormat: (
| "html"
| "xlsx"
| "csv"
| "ods"
| "txt"
| "biff8"
| "xlsm"
| "xlsb"
| "xlml"
| "biff5"
| "fods"
| "rtf"
| "dbf"
| "sylk"
| "dif"
| "prn"
| "eth"
)[];