SaveFormat

Overview

SaveFormat is a enum in Aspose.Cells FOSS for Python.

Specifies the format for saving a workbook.

Values

ValueDescription
AUTORepresents automatic detection of the appropriate save format
XLSXRepresents the Excel .xlsx workbook format
CSVRepresents the comma‑separated values text format
TSVRepresents the tab‑separated values text format
MARKDOWNRepresents the Markdown text format for workbook export
JSON

Methods

SignatureDescription
from_extension(file_path)Determines the save format from file extension.

See Also