From 1111de2fdb7da9aa9f039f5173a6dafa6d98029c Mon Sep 17 00:00:00 2001 From: xuri Date: Thu, 3 Sep 2020 23:44:43 +0800 Subject: improve compatibility for phonetic hint and sheet tab color --- xmlComments.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlComments.go') diff --git a/xmlComments.go b/xmlComments.go index 0f02b18..f2b03a1 100644 --- a/xmlComments.go +++ b/xmlComments.go @@ -69,7 +69,7 @@ type xlsxText struct { type xlsxPhoneticRun struct { Sb uint32 `xml:"sb,attr"` Eb uint32 `xml:"eb,attr"` - T string `xml:"t,attr"` + T string `xml:"t"` } // formatComment directly maps the format settings of the comment. -- cgit v1.2.1