Skip to content

Commit 2497ccb

Browse files
committed
Fix issue struct field paperHeight has xml tag but is not exported.
1 parent 9e8d36c commit 2497ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmlWorksheet.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ type xlsxPageSetUp struct {
8181
RID string `xml:"http://schemas.openxmlformats.org/officeDocument/2006/relationships id,attr,omitempty"`
8282
Orientation string `xml:"orientation,attr,omitempty"`
8383
PageOrder string `xml:"pageOrder,attr,omitempty"`
84-
paperHeight string `xml:"paperHeight,attr,omitempty"`
84+
PaperHeight string `xml:"paperHeight,attr,omitempty"`
8585
PaperSize string `xml:"paperSize,attr,omitempty"`
8686
PaperWidth string `xml:"paperWidth,attr,omitempty"`
8787
Scale int `xml:"scale,attr,omitempty"`

0 commit comments

Comments
 (0)