From a12dfd3ce6402f22baeb6415af271d8545c74f71 Mon Sep 17 00:00:00 2001 From: James Allen <24575899+jrdallen97@users.noreply.github.com> Date: Wed, 3 Mar 2021 12:30:31 +0000 Subject: Add support for setting hyperlink display & tooltip (closes #790) (#794) --- xmlWorksheet.go | 1 + 1 file changed, 1 insertion(+) (limited to 'xmlWorksheet.go') diff --git a/xmlWorksheet.go b/xmlWorksheet.go index 72a470f..b31eec1 100644 --- a/xmlWorksheet.go +++ b/xmlWorksheet.go @@ -604,6 +604,7 @@ type xlsxHyperlink struct { Ref string `xml:"ref,attr"` Location string `xml:"location,attr,omitempty"` Display string `xml:"display,attr,omitempty"` + Tooltip string `xml:"tooltip,attr,omitempty"` RID string `xml:"http://schemas.openxmlformats.org/officeDocument/2006/relationships id,attr,omitempty"` } -- cgit v1.2.1