From 054bb9f0612ab7bd5836c3817d105a9b0c9e6059 Mon Sep 17 00:00:00 2001 From: xuri Date: Sat, 16 Jan 2021 21:51:23 +0800 Subject: Support to adjust print scaling of the worksheet --- xmlWorksheet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlWorksheet.go') 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"` -- cgit v1.2.1