summaryrefslogtreecommitdiff
path: root/xmlWorksheet.go
diff options
context:
space:
mode:
authorjaby <Peter.De.Velder@ilias-solutions.com>2019-09-30 14:37:52 +0200
committerdvelderp <Peter.De.Velder@ilias-solutions.com>2019-09-30 14:39:30 +0200
commitbabfeb6b57ad3e63f68f5e031869efc54c9cfe0b (patch)
tree365adbcd9b2f1360b78c597514444ae1bd2cac86 /xmlWorksheet.go
parenteb520ae27757d4bca276fa2894bf461d75df9b37 (diff)
Add missing ShowZeros SheetViewOption implementation
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 fa07974..c78d3ef 100644
--- a/xmlWorksheet.go
+++ b/xmlWorksheet.go
@@ -167,7 +167,7 @@ type xlsxSheetView struct {
ShowFormulas bool `xml:"showFormulas,attr,omitempty"`
ShowGridLines *bool `xml:"showGridLines,attr"`
ShowRowColHeaders *bool `xml:"showRowColHeaders,attr"`
- ShowZeros bool `xml:"showZeros,attr,omitempty"`
+ ShowZeros *bool `xml:"showZeros,attr,omitempty"`
RightToLeft bool `xml:"rightToLeft,attr,omitempty"`
TabSelected bool `xml:"tabSelected,attr,omitempty"`
ShowWhiteSpace *bool `xml:"showWhiteSpace,attr"`