diff options
author | David <JDavidVR@hotmail.com> | 2022-02-06 09:52:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-06 21:52:28 +0800 |
commit | 0f1fcb78d5518695cb80cc2266290e37df38a1ee (patch) | |
tree | 30d755a92ad7fb28b054e4e0776b372c99a0ef19 /xmlWorksheet.go | |
parent | 862dc9dc1324e11a517b03267d07dd95051d5e6e (diff) |
Support workbook views Showruler settings (#1138)
Diffstat (limited to 'xmlWorksheet.go')
-rw-r--r-- | xmlWorksheet.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlWorksheet.go b/xmlWorksheet.go index 76c6188..83dd1ba 100644 --- a/xmlWorksheet.go +++ b/xmlWorksheet.go @@ -191,6 +191,7 @@ type xlsxSheetView struct { ShowZeros *bool `xml:"showZeros,attr,omitempty"` RightToLeft bool `xml:"rightToLeft,attr,omitempty"` TabSelected bool `xml:"tabSelected,attr,omitempty"` + ShowRuler *bool `xml:"showRuler,attr,omitempty"` ShowWhiteSpace *bool `xml:"showWhiteSpace,attr"` ShowOutlineSymbols bool `xml:"showOutlineSymbols,attr,omitempty"` DefaultGridColor *bool `xml:"defaultGridColor,attr"` |