From 1f73f08185e664d6914c8eb849a9797b26067628 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Mon, 6 Mar 2017 12:05:41 +0800 Subject: - New feature: border setting support (Related issue #21); - Function parameter code is simplified; - Fix element `Tint` value parsing error in worksheet; - Update go test --- lib.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib.go') diff --git a/lib.go b/lib.go index 8c56f1b..3eda1eb 100644 --- a/lib.go +++ b/lib.go @@ -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 } -- cgit v1.2.1