diff options
author | Ri Xu <xuri.me@gmail.com> | 2017-07-15 14:31:07 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2017-07-15 14:31:07 +0800 |
commit | 60fa5a5be10b305b31b53dddadbb44a229898cf8 (patch) | |
tree | 3f2ed79058abb8261933c819a302da555b4c132d /xmlStyles.go | |
parent | bc31e545c8458d882ff6659ea3ca5e7a598d8789 (diff) |
- Display negative numbers by applying a red color supported;
- go test updated
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"` } |