diff options
author | xuri <xuri.me@gmail.com> | 2020-03-28 23:47:26 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2020-03-28 23:47:26 +0800 |
commit | 6afc468a025984aa1b265b0228f032c5ed881a3b (patch) | |
tree | 6b51e97cbf9c5fc151bb14766c720731ec3bc2ad /styles.go | |
parent | a75c6f63bea6c8e438482cb79e1725f23d7f7f9c (diff) |
Resolve #451, support create chart sheet
Diffstat (limited to 'styles.go')
-rw-r--r-- | styles.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1018,7 +1018,7 @@ func (f *File) stylesReader() *xlsxStyleSheet { func (f *File) styleSheetWriter() { if f.Styles != nil { output, _ := xml.Marshal(f.Styles) - f.saveFileList("xl/styles.xml", replaceStyleRelationshipsNameSpaceBytes(output)) + f.saveFileList("xl/styles.xml", replaceWorkSheetsRelationshipsNameSpaceBytes(output)) } } |