diff options
| author | xuri <xuri.me@gmail.com> | 2019-08-04 20:24:59 +0800 |
|---|---|---|
| committer | xuri <xuri.me@gmail.com> | 2019-08-04 20:24:59 +0800 |
| commit | cbe919fdf6c00733513494680b89171b8b1b41a1 (patch) | |
| tree | 429364a03ce2e01f672d4055974f6dec88c2e094 /styles.go | |
| parent | 1092009541430c711676efb95b876598f59bb53c (diff) | |
New feature: sparkline supported
Diffstat (limited to 'styles.go')
| -rw-r--r-- | styles.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) } } |
