summaryrefslogtreecommitdiff
path: root/styles.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2019-08-04 20:24:59 +0800
committerxuri <xuri.me@gmail.com>2019-08-04 20:24:59 +0800
commitcbe919fdf6c00733513494680b89171b8b1b41a1 (patch)
tree429364a03ce2e01f672d4055974f6dec88c2e094 /styles.go
parent1092009541430c711676efb95b876598f59bb53c (diff)
New feature: sparkline supported
Diffstat (limited to 'styles.go')
-rw-r--r--styles.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/styles.go b/styles.go
index b246e30..04a5c33 100644
--- a/styles.go
+++ b/styles.go
@@ -1010,7 +1010,7 @@ func (f *File) stylesReader() *xlsxStyleSheet {
func (f *File) styleSheetWriter() {
if f.Styles != nil {
output, _ := xml.Marshal(f.Styles)
- f.saveFileList("xl/styles.xml", replaceWorkSheetsRelationshipsNameSpaceBytes(output))
+ f.saveFileList("xl/styles.xml", replaceStyleRelationshipsNameSpaceBytes(output))
}
}