diff options
author | xuri <xuri.me@gmail.com> | 2022-11-29 00:03:49 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2022-11-29 00:03:49 +0800 |
commit | c0713951c8d95fba3a23da39bfb5c85d858d2338 (patch) | |
tree | cfdd5efc253e8072206f563954f010ce31773ba7 /xmlWorkbook.go | |
parent | dde6b9c00135cefffdd9c64b7f22cfdc34c28e47 (diff) |
This closes #1404, fixes the insert picture problem in some cases
- Updates unit tests
- Updates documentation for stream mode functions
- Updates hyperlinks in the documentation
Diffstat (limited to 'xmlWorkbook.go')
-rw-r--r-- | xmlWorkbook.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlWorkbook.go b/xmlWorkbook.go index dcfa6ca..e384807 100644 --- a/xmlWorkbook.go +++ b/xmlWorkbook.go @@ -219,7 +219,7 @@ type xlsxDefinedNames struct { // http://schemas.openxmlformats.org/spreadsheetml/2006/main This element // defines a defined name within this workbook. A defined name is descriptive // text that is used to represents a cell, range of cells, formula, or constant -// value. For a descriptions of the attributes see https://docs.microsoft.com/en-us/dotnet/api/documentformat.openxml.spreadsheet.definedname +// value. For a descriptions of the attributes see https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.spreadsheet.definedname type xlsxDefinedName struct { Comment string `xml:"comment,attr,omitempty"` CustomMenu string `xml:"customMenu,attr,omitempty"` |