aboutsummaryrefslogtreecommitdiffstats
path: root/reader/reader.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-18renamed github repo nameMatthew Lemon1-1/+1
2019-12-06linting fixesMatthew Lemon1-4/+4
2019-12-03removing use of colstream variableMatthew Lemon1-1/+5
2019-12-03removed all coords codeMatthew Lemon1-32/+2
2019-12-01tweaking the globbing funcMatthew Lemon1-0/+3
2019-12-01added test for basic glob of target directoryMatthew Lemon1-0/+14
2019-11-15renamingMatthew Lemon1-5/+5
2019-11-15renamingMatthew Lemon1-9/+9
2019-11-15renamingMatthew Lemon1-15/+15
2019-11-15removed dependency on datamap fileMatthew Lemon1-16/+5
2019-11-14fixed - passing testMatthew Lemon1-4/+2
2019-11-12pretty much can filter by datamap by needs more testsMatthew Lemon1-1/+30
2019-11-12fix incorrectly named funcMatthew Lemon1-1/+1
2019-11-12added TODO for next stepMatthew Lemon1-0/+6
2019-11-12removed superceded func and old TODOsMatthew Lemon1-23/+1
2019-11-12some error refactoring and tidyingMatthew Lemon1-19/+8
2019-11-12tidyingMatthew Lemon1-27/+31
2019-11-12first passing test after parsing XLSX data into decent data structureMatthew Lemon1-15/+15
2019-11-11struggling on with this func to manage the parsed data data structureMatthew Lemon1-0/+41
2019-11-11func makes more sense nowMatthew Lemon1-3/+3
2019-11-11added a doc string thingMatthew Lemon1-0/+2
2019-11-11added test for counting sheets in datamapMatthew Lemon1-0/+22
2019-11-04light refactoring - naming, etcMatthew Lemon1-18/+18
2019-11-03doing things right by cleaning upMatthew Lemon1-17/+8
2019-11-03doing things right by constMatthew Lemon1-2/+4
2019-11-03removed unused constantMatthew Lemon1-3/+0
2019-11-03removed unused variableMatthew Lemon1-2/+0
2019-11-03fixed row issueMatthew Lemon1-7/+3
2019-11-03alphastream variable now fits Excel max colsMatthew Lemon1-2/+5
2019-11-03added alphaStreamMatthew Lemon1-0/+2
2019-11-03implemented alphas - producing letter component of Excel columns horizontallyMatthew Lemon1-15/+21
2019-11-03lots of stuffMatthew Lemon1-4/+49
2019-11-01removed the pointerMatthew Lemon1-5/+5
2019-10-25added test and some cleanupMatthew Lemon1-6/+3
2019-10-24more testingMatthew Lemon1-1/+4
2019-10-21passing testMatthew Lemon1-3/+12