summaryrefslogtreecommitdiff
path: root/xmlWorksheet.go
diff options
context:
space:
mode:
Diffstat (limited to 'xmlWorksheet.go')
-rw-r--r--xmlWorksheet.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlWorksheet.go b/xmlWorksheet.go
index 975e40e..0421c51 100644
--- a/xmlWorksheet.go
+++ b/xmlWorksheet.go
@@ -112,6 +112,8 @@ type xlsxPageMargins struct {
type xlsxSheetFormatPr struct {
DefaultColWidth float64 `xml:"defaultColWidth,attr,omitempty"`
DefaultRowHeight float64 `xml:"defaultRowHeight,attr"`
+ CustomHeight float64 `xml:"customHeight,attr,omitempty"`
+ ZeroHeight float64 `xml:"zeroHeight,attr,omitempty"`
OutlineLevelCol uint8 `xml:"outlineLevelCol,attr,omitempty"`
OutlineLevelRow uint8 `xml:"outlineLevelRow,attr,omitempty"`
}