summaryrefslogtreecommitdiff
path: root/xmlChartSheet.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2020-03-28 23:47:26 +0800
committerxuri <xuri.me@gmail.com>2020-03-28 23:47:26 +0800
commit6afc468a025984aa1b265b0228f032c5ed881a3b (patch)
tree6b51e97cbf9c5fc151bb14766c720731ec3bc2ad /xmlChartSheet.go
parenta75c6f63bea6c8e438482cb79e1725f23d7f7f9c (diff)
Resolve #451, support create chart sheet
Diffstat (limited to 'xmlChartSheet.go')
-rw-r--r--xmlChartSheet.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlChartSheet.go b/xmlChartSheet.go
index 3417eac..fae5a16 100644
--- a/xmlChartSheet.go
+++ b/xmlChartSheet.go
@@ -24,7 +24,7 @@ type xlsxChartsheet struct {
PageMargins *xlsxPageMargins `xml:"pageMargins"`
PageSetup []*xlsxPageSetUp `xml:"pageSetup"`
HeaderFooter *xlsxHeaderFooter `xml:"headerFooter"`
- Drawing []*xlsxDrawing `xml:"drawing"`
+ Drawing *xlsxDrawing `xml:"drawing"`
DrawingHF []*xlsxDrawingHF `xml:"drawingHF"`
Picture []*xlsxPicture `xml:"picture"`
WebPublishItems []*xlsxInnerXML `xml:"webPublishItems"`