diff options
Diffstat (limited to 'xmlStyles.go')
-rw-r--r-- | xmlStyles.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlStyles.go b/xmlStyles.go index 58f3fc8..0202603 100644 --- a/xmlStyles.go +++ b/xmlStyles.go @@ -320,4 +320,5 @@ type formatCellStyle struct { NumFmt int `json:"number_format"` DecimalPlaces int `json:"decimal_places"` Lang string `json:"lang"` + NegRed bool `json:"negred"` } |