From 86466654e270786428540e34fd0a61e7d537a99c Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Thu, 29 Jun 2017 11:14:33 +0800 Subject: - Unify the index row number index of functions `SetRowHeight()` and `GetRowHeight()` relate issue #68; - Unify the return value data type of functions `SetColWidth()` and `GetColWidth()`; - go test updated --- xmlWorksheet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlWorksheet.go') diff --git a/xmlWorksheet.go b/xmlWorksheet.go index 175fc3c..9f6b260 100644 --- a/xmlWorksheet.go +++ b/xmlWorksheet.go @@ -263,7 +263,7 @@ type xlsxRow struct { CustomFormat bool `xml:"customFormat,attr,omitempty"` CustomHeight bool `xml:"customHeight,attr,omitempty"` Hidden bool `xml:"hidden,attr,omitempty"` - Ht string `xml:"ht,attr,omitempty"` + Ht float64 `xml:"ht,attr,omitempty"` OutlineLevel uint8 `xml:"outlineLevel,attr,omitempty"` Ph bool `xml:"ph,attr,omitempty"` R int `xml:"r,attr,omitempty"` -- cgit v1.2.1