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 /xmlWorksheet.go | |
parent | 7358dca436f6ca5948a3f2865b14e828863d86a9 (diff) |
Improve code coverage unit tests
Diffstat (limited to 'xmlWorksheet.go')
-rw-r--r-- | xmlWorksheet.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlWorksheet.go b/xmlWorksheet.go index 71ff4cc..8f39adf 100644 --- a/xmlWorksheet.go +++ b/xmlWorksheet.go @@ -182,7 +182,7 @@ type xlsxSheetViews struct { // last sheetView definition is loaded, and the others are discarded. When // multiple windows are viewing the same sheet, multiple sheetView elements // (with corresponding workbookView entries) are saved. -// See https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.sheetview.aspx +// See https://docs.microsoft.com/en-us/dotnet/api/documentformat.openxml.spreadsheet.sheetview type xlsxSheetView struct { WindowProtection bool `xml:"windowProtection,attr,omitempty"` ShowFormulas bool `xml:"showFormulas,attr,omitempty"` |