diff options
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"` |