diff options
| author | match-meng <54879059+match-meng@users.noreply.github.com> | 2019-12-20 22:22:56 +0800 |
|---|---|---|
| committer | xuri <xuri.me@gmail.com> | 2019-12-20 22:22:56 +0800 |
| commit | 7358dca436f6ca5948a3f2865b14e828863d86a9 (patch) | |
| tree | f021420d9227772f0ab7db314790661f0c4ebb72 /sheet.go | |
| parent | 4249dad8eaf8a6dee93fafeffe0bbbd794581ffe (diff) | |
Update comments for the xmlNewDecoder (#542)
Diffstat (limited to 'sheet.go')
| -rw-r--r-- | sheet.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,7 @@ func (f *File) setContentTypes(index int) { func (f *File) setSheet(index int, name string) { xlsx := xlsxWorksheet{ Dimension: &xlsxDimension{Ref: "A1"}, - SheetViews: xlsxSheetViews{ + SheetViews: &xlsxSheetViews{ SheetView: []xlsxSheetView{{WorkbookViewID: 0}}, }, } |
