diff options
author | xuri <xuri.me@gmail.com> | 2020-09-03 23:44:43 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2020-09-03 23:44:43 +0800 |
commit | 1111de2fdb7da9aa9f039f5173a6dafa6d98029c (patch) | |
tree | 90bfde21945cd6f6182f0471764123a0cf91862c /xmlComments.go | |
parent | 98f1a699033b76a1482edc03d533dd1f67bcd2d6 (diff) |
improve compatibility for phonetic hint and sheet tab color
Diffstat (limited to 'xmlComments.go')
-rw-r--r-- | xmlComments.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. |