From 574a6b20d1c9c15b12e2fe6d834e0cbb55a504d7 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Fri, 1 Sep 2017 12:59:15 +0800 Subject: Golang 1.9 compatible, fix issue #111 --- xmlSharedStrings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlSharedStrings.go') diff --git a/xmlSharedStrings.go b/xmlSharedStrings.go index 878c08d..c8b54a0 100644 --- a/xmlSharedStrings.go +++ b/xmlSharedStrings.go @@ -39,7 +39,7 @@ type xlsxR struct { // styles. type xlsxRPr struct { B string `xml:"b,omitempty"` - Sz *attrValInt `xml:"sz"` + Sz *attrValFloat `xml:"sz"` Color *xlsxColor `xml:"color"` RFont *attrValString `xml:"rFont"` Family *attrValInt `xml:"family"` -- cgit v1.2.1