From 36b7990d6ba1036823abf7a01ec8cf74509d4910 Mon Sep 17 00:00:00 2001 From: xuri Date: Mon, 15 Feb 2021 00:09:35 +0800 Subject: lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, CONCATENATE, COUNT, COUNTBLANK, MAX --- lib.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib.go') diff --git a/lib.go b/lib.go index 0ebe468..b6ea321 100644 --- a/lib.go +++ b/lib.go @@ -421,7 +421,7 @@ func (f *File) setIgnorableNameSpace(path string, index int, ns xml.Attr) { // addSheetNameSpace add XML attribute for worksheet. func (f *File) addSheetNameSpace(sheet string, ns xml.Attr) { - name, _ := f.sheetMap[trimSheetName(sheet)] + name := f.sheetMap[trimSheetName(sheet)] f.addNameSpaces(name, ns) } -- cgit v1.2.1