瀏覽代碼

Remove struct tags blocking unmarshal.

Geoffrey Teale 12 年之前
父節點
當前提交
6c1a2a1b1d
共有 1 個文件被更改,包括 2 次插入2 次删除
  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