|
|
@@ -203,6 +203,8 @@ type xlsxCol struct {
|
|
|
Style int `xml:"style,attr"`
|
|
|
Width float64 `xml:"width,attr"`
|
|
|
CustomWidth bool `xml:"customWidth,attr,omitempty"`
|
|
|
+ // TODO test
|
|
|
+ BestFit bool `xml:"bestFit,attr,omitempty"`
|
|
|
OutlineLevel uint8 `xml:"outlineLevel,attr,omitempty"`
|
|
|
}
|
|
|
|