summaryrefslogtreecommitdiff
path: root/xmlChartSheet.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2020-05-06 00:33:20 +0800
committerxuri <xuri.me@gmail.com>2020-05-06 00:33:20 +0800
commit5f29af258d3e1e70b76000de99b63753bb34e097 (patch)
tree04c5d0b7f29dd18f0a209deb99bebf4c40f41ede /xmlChartSheet.go
parent1f73a19e0f3bff9869e333675957dd5c027d0ab9 (diff)
parent97e3f4ce6822bea6d65961c0399f7563450b69b4 (diff)
Merge branch 'formula'
Diffstat (limited to 'xmlChartSheet.go')
-rw-r--r--xmlChartSheet.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlChartSheet.go b/xmlChartSheet.go
index fae5a16..30a0693 100644
--- a/xmlChartSheet.go
+++ b/xmlChartSheet.go
@@ -51,7 +51,7 @@ type xlsxChartsheetView struct {
XMLName xml.Name `xml:"sheetView"`
TabSelectedAttr bool `xml:"tabSelected,attr,omitempty"`
ZoomScaleAttr uint32 `xml:"zoomScale,attr,omitempty"`
- WorkbookViewIdAttr uint32 `xml:"workbookViewId,attr"`
+ WorkbookViewIDAttr uint32 `xml:"workbookViewId,attr"`
ZoomToFitAttr bool `xml:"zoomToFit,attr,omitempty"`
ExtLst []*xlsxExtLst `xml:"extLst"`
}
@@ -78,7 +78,7 @@ type xlsxCustomChartsheetViews struct {
// xlsxCustomChartsheetView defines custom view properties for chart sheets.
type xlsxCustomChartsheetView struct {
XMLName xml.Name `xml:"customChartsheetView"`
- GuidAttr string `xml:"guid,attr"`
+ GUIDAttr string `xml:"guid,attr"`
ScaleAttr uint32 `xml:"scale,attr,omitempty"`
StateAttr string `xml:"state,attr,omitempty"`
ZoomToFitAttr bool `xml:"zoomToFit,attr,omitempty"`