summaryrefslogtreecommitdiff
path: root/xmlStyles.go
diff options
context:
space:
mode:
Diffstat (limited to 'xmlStyles.go')
-rw-r--r--xmlStyles.go1
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"`
}