Explorar o código

Remove struct tags blocking unmarshal.

Geoffrey J. Teale %!s(int64=13) %!d(string=hai) anos
pai
achega
8da270c26d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      style.go

+ 2 - 2
style.go

@@ -50,8 +50,8 @@ type xlsxVal struct {
 // ...............
 // ...............
 type xlsxFill struct {
-	FgColorIndex string  `xml:"patternFill>fgColor>indexed,attr"`
-	BgColorIndex string  `xml:"patternFill>bgColor>indexed,attr"`
+	FgColorIndex string
+	BgColorIndex string
 }
 
 // xlsxBorder directly maps the border element in the namespace