diff options
author | Ri Xu <xuri.me@gmail.com> | 2017-08-11 23:39:59 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2017-08-11 23:39:59 +0800 |
commit | 845e339755ce6f59484e05e977ecef1fdb3c5ef8 (patch) | |
tree | 2d0a4a3a9f95d987c37d8aef06e36d01bc109038 /xmlWorksheet.go | |
parent | 67636039f672f23d4bf812b96ebb8521aec5d642 (diff) |
Document updated.
Diffstat (limited to 'xmlWorksheet.go')
-rw-r--r-- | xmlWorksheet.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlWorksheet.go b/xmlWorksheet.go index f69a484..ebcf2cc 100644 --- a/xmlWorksheet.go +++ b/xmlWorksheet.go @@ -523,7 +523,7 @@ type formatPanes struct { } `json:"panes"` } -// formatConditional +// formatConditional directly maps the conditional format settings of the cells. type formatConditional struct { Type string `json:"type"` AboveAverage bool `json:"above_average"` |