diff options
Diffstat (limited to 'xmlSharedStrings.go')
-rw-r--r-- | xmlSharedStrings.go | 2 |
1 files changed, 1 insertions, 1 deletions
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"` |