diff options
Diffstat (limited to 'xmlChartSheet.go')
-rw-r--r-- | xmlChartSheet.go | 2 |
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"` |