WorkbookProperties

WorkbookProperties

Overview

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

Container for all workbook-level properties.

This class provides 1 method for working with WorkbookProperties objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package. Properties: calculation, defined_names, file_version, protection, view, workbook_pr.

Properties

NameTypeAccessDescription
file_version``ReadGets file version properties.
workbook_pr``ReadGets workbook properties (workbookPr).
protection``ReadGets workbook protection settings.
view``ReadGets workbook view settings.
calculation``ReadGets calculation properties.
defined_names``ReadGets the collection of defined names.

Methods

SignatureDescription
__init__()

See Also