WorksheetPropertiesXMLLoader

WorksheetPropertiesXMLLoader

Overview

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

Handles loading worksheet properties from XML format for .xlsx files.

This class provides 8 methods for working with WorksheetPropertiesXMLLoader objects in Python programs. Available methods include: __init__, load_header_footer, load_page_margins, load_page_setup, load_print_options, load_sheet_format_pr, load_sheet_protection, load_sheet_views. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package. Properties: ns.

Properties

NameTypeAccessDescription
ns``ReadGets the ns.

Methods

SignatureDescription
__init__(namespaces)Initializes a new instance of the WorksheetPropertiesXMLLoader class.
load_sheet_views(properties, root)Loads sheet views from XML.
load_sheet_format_pr(properties, root)Loads sheet format properties from XML.
load_sheet_protection(properties, root)Loads sheet protection from XML.
load_print_options(properties, root)Loads print options from XML.
load_page_margins(properties, root)Loads page margins from XML.
load_page_setup(properties, root)Loads page setup from XML.
load_header_footer(properties, root)Loads header/footer from XML.

See Also