JsonHandler

Overview

JsonHandler is a class in Aspose.Cells FOSS for Python.

Handles JSON export operations for workbooks.

This class provides 2 methods for working with JsonHandler objects in Python programs. Available methods include: save_json, save_json_to_dict. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.

Methods

SignatureDescription
save_json(workbook, file_path: str, options: Optional[JsonSaveOptions])Saves a workbook to a JSON file.
save_json_to_dict(workbook, options: Optional[JsonSaveOptions])Dict[str, Any]Converts a workbook to a JSON-serializable dictionary.

See Also