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
| Name | Type | Access | Description |
|---|---|---|---|
ns | `` | Read | Gets the ns. |
Methods
| Signature | Description |
|---|---|
__init__(namespaces) | Initializes the hyperlink loader. |
load_hyperlinks(worksheet, worksheet_root, zipf, sheet_num) | Loads all hyperlinks from worksheet XML and relationships. |