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 --- xmlSharedStrings.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'xmlSharedStrings.go') diff --git a/xmlSharedStrings.go b/xmlSharedStrings.go index d5fe4a7..f59119f 100644 --- a/xmlSharedStrings.go +++ b/xmlSharedStrings.go @@ -38,8 +38,10 @@ type xlsxSST struct { // level - then the string item shall consist of multiple rich text runs which // collectively are used to express the string. type xlsxSI struct { - T *xlsxT `xml:"t,omitempty"` - R []xlsxR `xml:"r"` + T *xlsxT `xml:"t,omitempty"` + R []xlsxR `xml:"r"` + RPh []*xlsxPhoneticRun `xml:"rPh"` + PhoneticPr *xlsxPhoneticPr `xml:"phoneticPr"` } // String extracts characters from a string item. -- cgit v1.2.1