SaveFormat
Overview
SaveFormat is an enum in Aspose.Cells FOSS for TypeScript that specifies the output file format for Workbook.save().
This enumeration defines 5 values: XLSX, CSV, JSON, MARKDOWN, HTML.
Description
SaveFormat is an enumeration type in the Aspose.Cells FOSS library for TypeScript. It defines a set of named constants that control behavior or specify options within the API. Enumerations like SaveFormat help ensure type safety by restricting values to a predefined set.
Values
| Value | Description |
|---|---|
XLSX | Microsoft Excel 2007+ Open XML spreadsheet format (.xlsx) |
CSV | Comma-Separated Values plain-text format (.csv) |
JSON | JavaScript Object Notation format (.json) |
MARKDOWN | Markdown plain-text format (.md) |
HTML | HyperText Markup Language format (.html) |