From bc31e545c8458d882ff6659ea3ca5e7a598d8789 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Fri, 14 Jul 2017 21:15:44 +0800 Subject: - Currency format supported, relate issue #80; - go test and godoc updated --- xmlStyles.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'xmlStyles.go') diff --git a/xmlStyles.go b/xmlStyles.go index 4e7a7d1..58f3fc8 100644 --- a/xmlStyles.go +++ b/xmlStyles.go @@ -317,5 +317,7 @@ type formatCellStyle struct { Vertical string `json:"vertical"` WrapText bool `json:"wrap_text"` } `json:"alignment"` - NumFmt int `json:"number_format"` + NumFmt int `json:"number_format"` + DecimalPlaces int `json:"decimal_places"` + Lang string `json:"lang"` } -- cgit v1.2.1