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

ValueDescription
AUTORepresents automatic format detection when saving
XLSXRepresents the native Excel .xlsx workbook format
CSVRepresents comma‑separated values text format
TSVRepresents tab‑separated values text format
MARKDOWNRepresents Markdown table text format
JSONRepresents JSON text format for workbook data

Methods

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

See Also