SaveFormat
Overview
SaveFormat is a enum in Aspose.Cells FOSS for Python.
Specifies the format for saving a workbook.
Values
| Value | Description |
|---|---|
AUTO | Represents automatic detection of the appropriate save format |
XLSX | Represents the Excel .xlsx workbook format |
CSV | Represents the comma‑separated values text format |
TSV | Represents the tab‑separated values text format |
MARKDOWN | Represents the Markdown text format for workbook export |
JSON |
Methods
| Signature | Description |
|---|---|
from_extension(file_path) | Determines the save format from file extension. |