diff options
Diffstat (limited to 'xmlSharedStrings.go')
-rw-r--r-- | xmlSharedStrings.go | 2 |
1 files changed, 1 insertions, 1 deletions
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"` } |