SaveFormat
Overview
SaveFormat is a enum in Aspose.Cells FOSS for Python.
Specifies the format for saving a workbook.
This enum provides 1 method for working with SaveFormat objects in Python programs.
Available methods include: from_extension.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Values
| Value | Description |
|---|---|
AUTO | Represents automatic format detection when saving |
XLSX | Represents the native Excel .xlsx workbook format |
CSV | Represents comma‑separated values text format |
TSV | Represents tab‑separated values text format |
MARKDOWN | Represents Markdown table text format |
JSON | Represents JSON text format for workbook data |
Methods
| Signature | Description |
|---|---|
from_extension(file_path) | Determines the save format from file extension. |