From 5c99300ee44de15e92bd8c5a92f2183c804d1379 Mon Sep 17 00:00:00 2001 From: xuri Date: Tue, 26 May 2020 02:09:39 +0800 Subject: Fix #622, storage string to SST (shared string table) --- xmlSharedStrings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlSharedStrings.go') diff --git a/xmlSharedStrings.go b/xmlSharedStrings.go index a6525df..6e34abc 100644 --- a/xmlSharedStrings.go +++ b/xmlSharedStrings.go @@ -66,7 +66,7 @@ type xlsxR struct { // xlsxT directly maps the t element in the run properties. type xlsxT struct { XMLName xml.Name `xml:"t"` - Space string `xml:"xml:space,attr,omitempty"` + Space xml.Attr `xml:"space,attr,omitempty"` Val string `xml:",innerxml"` } -- cgit v1.2.1