summaryrefslogtreecommitdiff
path: root/cell.go
diff options
context:
space:
mode:
Diffstat (limited to 'cell.go')
-rw-r--r--cell.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cell.go b/cell.go
index 2d49a5e..902f5b7 100644
--- a/cell.go
+++ b/cell.go
@@ -82,7 +82,7 @@ func (f *File) GetCellType(sheet, axis string) (CellType, error) {
var (
err error
cellTypeStr string
- cellType CellType = CellTypeUnset
+ cellType CellType
)
if cellTypeStr, err = f.getCellStringFunc(sheet, axis, func(x *xlsxWorksheet, c *xlsxC) (string, bool, error) {
return c.T, true, nil