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