We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
paperHeight
1 parent 9e8d36c commit 2497ccbCopy full SHA for 2497ccb
xmlWorksheet.go
@@ -81,7 +81,7 @@ type xlsxPageSetUp struct {
81
RID string `xml:"http://schemas.openxmlformats.org/officeDocument/2006/relationships id,attr,omitempty"`
82
Orientation string `xml:"orientation,attr,omitempty"`
83
PageOrder string `xml:"pageOrder,attr,omitempty"`
84
- paperHeight string `xml:"paperHeight,attr,omitempty"`
+ PaperHeight string `xml:"paperHeight,attr,omitempty"`
85
PaperSize string `xml:"paperSize,attr,omitempty"`
86
PaperWidth string `xml:"paperWidth,attr,omitempty"`
87
Scale int `xml:"scale,attr,omitempty"`
0 commit comments