diff options
Diffstat (limited to 'reader/reader.go')
-rw-r--r-- | reader/reader.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reader/reader.go b/reader/reader.go index f9abb07..e0c3f66 100644 --- a/reader/reader.go +++ b/reader/reader.go @@ -120,7 +120,7 @@ func cols(n int) []string { //ReadXLSToMap returns the file's data as a map, // keyed on sheet name. All values are returned as strings. // Paths to a datamap and the spreadsheet file required. -func ReadXLS(dm string, ssheet string) FileData { +func ReadXLSX(dm string, ssheet string) FileData { // TODO - to implement filtering by Datamap, // pull the data first, then go through each |