From bd5b033b02f3fed70b90ec64b13c3291ba2186ff Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Tue, 24 Jan 2017 18:29:02 +0800 Subject: Support set work sheet background image. --- file.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file.go') diff --git a/file.go b/file.go index e43d05f..2a044f0 100644 --- a/file.go +++ b/file.go @@ -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) -- cgit v1.2.1