From 9e0aca22233da1326794d378c3d06acbc4e76a8e Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Mon, 19 Sep 2016 10:10:41 +0800 Subject: Add custom height and zero height attributes in sheetFormatPr element. --- xmlWorksheet.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xmlWorksheet.go') 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"` } -- cgit v1.2.1