XlsxWorkbookHyperlinks

XlsxWorkbookHyperlinks

Overview

XlsxWorkbookHyperlinks is a class in Aspose.Cells FOSS for C++.

Provides static methods for building and loading worksheet hyperlink data.

Methods

SignatureDescription
BuildHyperlinksElement(worksheet: Core::WorksheetModel)XmlElementBuilds the hyperlinks XML element for a worksheet. Returns a null XmlElement when no hyperlinks exist.
BuildWorksheetHyperlinkRelationships(worksheet: Core::WorksheetModel)XmlDocumentBuilds the worksheet hyperlink relationships XML document. Returns a null XmlDocument when no hyperlink relationships exist.
LoadWorksheetHyperlinkTargets(archive: ZipArchive, worksheetUri: std::string_view)std::unordered_map<std::string, std::string>Loads hyperlink relationship targets from the worksheet .rels file.
LoadHyperlinks(worksheetModel: Core::WorksheetModel, worksheetRoot: XmlElement, hyperlinkTargets: std::unordered_map<std::string, std::string>, diagnostics: LoadDiagnostics, options: LoadOptions, sheetName: std::string_view)Loads hyperlinks from the worksheet XML root into the model.

See Also