summaryrefslogtreecommitdiff
path: root/xmlDrawing.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2019-10-24 23:18:02 +0800
committerxuri <xuri.me@gmail.com>2019-10-24 23:18:02 +0800
commit87390cdd99b3afbe07daeef9abe96f57d03cb352 (patch)
tree54c2ec7b954f2f1f18bc4432902fce9e9c1dbc4d /xmlDrawing.go
parent9fe267ffcfa06545223160cdb8c35cd91163730e (diff)
Resolve #511, allow empty columns in the pivot table
Diffstat (limited to 'xmlDrawing.go')
-rw-r--r--xmlDrawing.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlDrawing.go b/xmlDrawing.go
index 4338c5e..1c24f08 100644
--- a/xmlDrawing.go
+++ b/xmlDrawing.go
@@ -47,10 +47,10 @@ const (
NameSpaceDublinCore = "http://purl.org/dc/elements/1.1/"
NameSpaceDublinCoreTerms = "http://purl.org/dc/terms/"
NameSpaceDublinCoreMetadataIntiative = "http://purl.org/dc/dcmitype/"
- // The extLst child element ([ISO/IEC29500-1:2016] section 18.2.10) of the
- // worksheet element ([ISO/IEC29500-1:2016] section 18.3.1.99) is extended by
- // the addition of new child ext elements ([ISO/IEC29500-1:2016] section
- // 18.2.7)
+ // ExtURIConditionalFormattings is the extLst child element
+ // ([ISO/IEC29500-1:2016] section 18.2.10) of the worksheet element
+ // ([ISO/IEC29500-1:2016] section 18.3.1.99) is extended by the addition of
+ // new child ext elements ([ISO/IEC29500-1:2016] section 18.2.7)
ExtURIConditionalFormattings = "{78C0D931-6437-407D-A8EE-F0AAD7539E65}"
ExtURIDataValidations = "{CCE6A557-97BC-4B89-ADB6-D9C93CAAB3DF}"
ExtURISparklineGroups = "{05C60535-1F16-4fd2-B633-F4F36F0B64E0}"