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 6788daf..ecfc5ca 100644
--- a/cell.go
+++ b/cell.go
@@ -7,7 +7,7 @@ import (
)
// GetCellValue provide function get value from cell by given sheet index and axis in XLSX file
-func GetCellValue(file []FileList, sheet string, axis string) string {
+func GetCellValue(file map[string]string, sheet string, axis string) string {
axis = strings.ToUpper(axis)
var xlsx xlsxWorksheet
row := getRowIndex(axis)