From 60fa5a5be10b305b31b53dddadbb44a229898cf8 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Sat, 15 Jul 2017 14:31:07 +0800 Subject: - Display negative numbers by applying a red color supported; - go test updated --- xmlStyles.go | 1 + 1 file changed, 1 insertion(+) (limited to 'xmlStyles.go') 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"` } -- cgit v1.2.1