From 845e339755ce6f59484e05e977ecef1fdb3c5ef8 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Fri, 11 Aug 2017 23:39:59 +0800 Subject: Document updated. --- xmlWorksheet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlWorksheet.go') 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"` -- cgit v1.2.1