diff options
| author | Ri Xu <xuri.me@gmail.com> | 2017-01-24 18:29:02 +0800 |
|---|---|---|
| committer | Ri Xu <xuri.me@gmail.com> | 2017-01-24 18:29:02 +0800 |
| commit | bd5b033b02f3fed70b90ec64b13c3291ba2186ff (patch) | |
| tree | 2c4290f349da2b0f5aec52b72b77099d5855fcc6 /file.go | |
| parent | 9559f454a7f7a4697bec631247046c99f20599db (diff) | |
Support set work sheet background image.
Diffstat (limited to 'file.go')
| -rw-r--r-- | file.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ func CreateFile() *File { } } -// Save provides function override the xlsx file with origin path. +// Save provides function to override the xlsx file with origin path. func (f *File) Save() error { buf := new(bytes.Buffer) w := zip.NewWriter(buf) |
