summaryrefslogtreecommitdiff
path: root/col.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2021-02-15 00:09:35 +0800
committerxuri <xuri.me@gmail.com>2021-02-15 00:09:35 +0800
commit36b7990d6ba1036823abf7a01ec8cf74509d4910 (patch)
tree118e8a9e0db3d071defb497cd98b2fa85595f7b9 /col.go
parentca6b1577a7d1508e61e7084ee67ab0dd759b305e (diff)
lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, CONCATENATE, COUNT, COUNTBLANK, MAX
Diffstat (limited to 'col.go')
-rw-r--r--col.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/col.go b/col.go
index 9d46733..0980596 100644
--- a/col.go
+++ b/col.go
@@ -1,4 +1,4 @@
-// Copyright 2016 - 2020 The excelize Authors. All rights reserved. Use of
+// Copyright 2016 - 2021 The excelize Authors. All rights reserved. Use of
// this source code is governed by a BSD-style license that can be found in
// the LICENSE file.
//
@@ -35,7 +35,6 @@ type Cols struct {
err error
curCol, totalCol, stashCol, totalRow int
sheet string
- cols []xlsxCols
f *File
sheetXML []byte
}
@@ -140,7 +139,6 @@ func (cols *Cols) Rows() ([]string, error) {
// columnXMLIterator defined runtime use field for the worksheet column SAX parser.
type columnXMLIterator struct {
err error
- inElement string
cols Cols
cellCol, curRow, row int
}
@@ -175,7 +173,6 @@ func columnXMLHandler(colIterator *columnXMLIterator, xmlElement *xml.StartEleme
colIterator.cols.totalCol = colIterator.cellCol
}
}
- return
}
// Cols returns a columns iterator, used for streaming reading data for a