summaryrefslogtreecommitdiff
path: root/xmlSharedStrings.go
diff options
context:
space:
mode:
Diffstat (limited to 'xmlSharedStrings.go')
-rw-r--r--xmlSharedStrings.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlSharedStrings.go b/xmlSharedStrings.go
index 7cb23fd..816c931 100644
--- a/xmlSharedStrings.go
+++ b/xmlSharedStrings.go
@@ -53,10 +53,10 @@ func (x xlsxSI) String() string {
rows.WriteString(s.T.Val)
}
}
- return rows.String()
+ return bstrUnmarshal(rows.String())
}
if x.T != nil {
- return x.T.Val
+ return bstrUnmarshal(x.T.Val)
}
return ""
}