Make fitToHeight tag omit empty
This commit is contained in:
parent
e780aa27c8
commit
4897276c68
|
@ -90,7 +90,7 @@ type xlsxPageSetUp struct {
|
||||||
Draft bool `xml:"draft,attr,omitempty"`
|
Draft bool `xml:"draft,attr,omitempty"`
|
||||||
Errors string `xml:"errors,attr,omitempty"`
|
Errors string `xml:"errors,attr,omitempty"`
|
||||||
FirstPageNumber int `xml:"firstPageNumber,attr,omitempty"`
|
FirstPageNumber int `xml:"firstPageNumber,attr,omitempty"`
|
||||||
FitToHeight *int `xml:"fitToHeight,attr"`
|
FitToHeight int `xml:"fitToHeight,attr,omitempty"`
|
||||||
FitToWidth int `xml:"fitToWidth,attr,omitempty"`
|
FitToWidth int `xml:"fitToWidth,attr,omitempty"`
|
||||||
HorizontalDPI float32 `xml:"horizontalDpi,attr,omitempty"`
|
HorizontalDPI float32 `xml:"horizontalDpi,attr,omitempty"`
|
||||||
RID string `xml:"http://schemas.openxmlformats.org/officeDocument/2006/relationships id,attr,omitempty"`
|
RID string `xml:"http://schemas.openxmlformats.org/officeDocument/2006/relationships id,attr,omitempty"`
|
||||||
|
|
Loading…
Reference in New Issue