summaryrefslogtreecommitdiff
path: root/xmlWorksheet.go
diff options
context:
space:
mode:
authormatch-meng <54879059+match-meng@users.noreply.github.com>2019-12-20 22:22:56 +0800
committerxuri <xuri.me@gmail.com>2019-12-20 22:22:56 +0800
commit7358dca436f6ca5948a3f2865b14e828863d86a9 (patch)
treef021420d9227772f0ab7db314790661f0c4ebb72 /xmlWorksheet.go
parent4249dad8eaf8a6dee93fafeffe0bbbd794581ffe (diff)
Update comments for the xmlNewDecoder (#542)
Diffstat (limited to 'xmlWorksheet.go')
-rw-r--r--xmlWorksheet.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlWorksheet.go b/xmlWorksheet.go
index b785eac..71ff4cc 100644
--- a/xmlWorksheet.go
+++ b/xmlWorksheet.go
@@ -18,7 +18,7 @@ type xlsxWorksheet struct {
XMLName xml.Name `xml:"http://schemas.openxmlformats.org/spreadsheetml/2006/main worksheet"`
SheetPr *xlsxSheetPr `xml:"sheetPr"`
Dimension *xlsxDimension `xml:"dimension"`
- SheetViews xlsxSheetViews `xml:"sheetViews"`
+ SheetViews *xlsxSheetViews `xml:"sheetViews"`
SheetFormatPr *xlsxSheetFormatPr `xml:"sheetFormatPr"`
Cols *xlsxCols `xml:"cols"`
SheetData xlsxSheetData `xml:"sheetData"`