diff options
author | xuri <xuri.me@gmail.com> | 2021-01-16 21:51:23 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2021-01-16 21:51:23 +0800 |
commit | 054bb9f0612ab7bd5836c3817d105a9b0c9e6059 (patch) | |
tree | 9a21dcdb9c91f3b2affa2ef8cd829d0433dd77f0 /xmlWorksheet.go | |
parent | a26675517e6326a7e3d3391f9de79d5efeb8bb90 (diff) |
Support to adjust print scaling of the worksheet
Diffstat (limited to 'xmlWorksheet.go')
-rw-r--r-- | xmlWorksheet.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlWorksheet.go b/xmlWorksheet.go index 26c8fac..1f680d2 100644 --- a/xmlWorksheet.go +++ b/xmlWorksheet.go @@ -121,7 +121,7 @@ type xlsxPageSetUp struct { PaperHeight string `xml:"paperHeight,attr,omitempty"` PaperSize int `xml:"paperSize,attr,omitempty"` PaperWidth string `xml:"paperWidth,attr,omitempty"` - Scale int `xml:"scale,attr,omitempty"` + Scale uint `xml:"scale,attr,omitempty"` UseFirstPageNumber bool `xml:"useFirstPageNumber,attr,omitempty"` UsePrinterDefaults bool `xml:"usePrinterDefaults,attr,omitempty"` VerticalDPI int `xml:"verticalDpi,attr,omitempty"` |