XlsxWorkbookHyperlinks
Overview
XlsxWorkbookHyperlinks is a class in Aspose.Cells FOSS for C++.
Provides static methods for building and loading worksheet hyperlink data.
Methods
| Signature | Description |
|---|---|
BuildHyperlinksElement(worksheet: Core::WorksheetModel) → XmlElement | Builds the hyperlinks XML element for a worksheet. Returns a null XmlElement when no hyperlinks exist. |
BuildWorksheetHyperlinkRelationships(worksheet: Core::WorksheetModel) → XmlDocument | Builds 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. |