diff options
| author | Ri Xu <xuri.me@gmail.com> | 2017-03-06 12:05:41 +0800 |
|---|---|---|
| committer | Ri Xu <xuri.me@gmail.com> | 2017-03-06 12:05:41 +0800 |
| commit | 1f73f08185e664d6914c8eb849a9797b26067628 (patch) | |
| tree | 71ebce585a03f13e5b68c96a12d0aa06a7756a2c /lib.go | |
| parent | 48722e6482d97e742755002061bf1c7b042bfb44 (diff) | |
- New feature: border setting support (Related issue #21);
- Function parameter code is simplified;
- Fix element `Tint` value parsing error in worksheet;
- Update go test
Diffstat (limited to 'lib.go')
| -rw-r--r-- | lib.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ func (f *File) readXML(name string) string { // saveFileList provides function to update given file content in file list of // XLSX. -func (f *File) saveFileList(name string, content string) { +func (f *File) saveFileList(name, content string) { f.XLSX[name] = XMLHeader + content } |
