HyperlinkXMLLoader

HyperlinkXMLLoader

Overview

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

Loads hyperlinks from worksheet XML and relationship files.

This class provides 2 methods for working with HyperlinkXMLLoader objects in Python programs. Available methods include: __init__, load_hyperlinks. 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 the hyperlink loader.
load_hyperlinks(worksheet, worksheet_root, zipf, sheet_num)Loads all hyperlinks from worksheet XML and relationships.

See Also