@@ -143,12 +143,12 @@ type xlsxSheetView struct {
143
143
// View string `xml:"view,attr"`
144
144
TopLeftCell string `xml:"topLeftCell,attr,omitempty"`
145
145
// ColorId int `xml:"colorId,attr"`
146
- // ZoomScale float64 `xml:"zoomScale,attr"`
147
- // ZoomScaleNormal float64 `xml:"zoomScaleNormal,attr"`
148
- // ZoomScalePageLayoutView float64 `xml:"zoomScalePageLayoutView,attr"`
149
- WorkbookViewID int `xml:"workbookViewId,attr"`
150
- Selection []xlsxSelection `xml:"selection"`
151
- Pane * xlsxPane `xml:"pane,omitempty"`
146
+ ZoomScale float64 `xml:"zoomScale,attr,omitempty "`
147
+ ZoomScaleNormal float64 `xml:"zoomScaleNormal,attr,omitempty "`
148
+ ZoomScalePageLayoutView float64 `xml:"zoomScalePageLayoutView,attr,omitempty "`
149
+ WorkbookViewID int `xml:"workbookViewId,attr"`
150
+ Selection []xlsxSelection `xml:"selection"`
151
+ Pane * xlsxPane `xml:"pane,omitempty"`
152
152
}
153
153
154
154
// xlsxSelection directly maps the selection element in the namespace
0 commit comments