diff options
author | xuri <xuri.me@gmail.com> | 2019-12-22 00:02:09 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2019-12-22 00:02:09 +0800 |
commit | ae2865d9237cfd27d7bc4fbef3870b3361597be8 (patch) | |
tree | 175964d3757a0da1bf84c5ff495636baf237b681 /xmlWorkbook.go | |
parent | 7358dca436f6ca5948a3f2865b14e828863d86a9 (diff) |
Improve code coverage unit tests
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 e9ded6c..65606b0 100644 --- a/xmlWorkbook.go +++ b/xmlWorkbook.go @@ -203,7 +203,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://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.definedname.aspx +// value. For a descriptions of the attributes see https://docs.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"` |