HyperlinkXMLSaver

HyperlinkXMLSaver

Overview

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

Saves hyperlinks to worksheet XML and relationship files.

This class provides 4 methods for working with HyperlinkXMLSaver objects in Python programs. Available methods include: __init__, format_hyperlinks_xml, get_hyperlink_relationships, reset_relationship_counter. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.

Methods

SignatureDescription
__init__()Initializes the hyperlink saver.
format_hyperlinks_xml(worksheet)Formats hyperlinks collection as XML.
get_hyperlink_relationships(worksheet)Gets hyperlink relationships for the worksheet.
reset_relationship_counter(start_rel_id)Resets the relationship ID counter.

See Also