aboutsummaryrefslogtreecommitdiffstats
path: root/reader (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-19restructureMatthew Lemon4-2237/+0
2020-07-18moved db stuff to new packageMatthew Lemon2-45/+0
2020-07-18starting playing around with sqlite3Matthew Lemon2-0/+47
2020-07-18renamed github repo nameMatthew Lemon1-1/+1
2020-06-21added a new test and commented out an old oneMatthew Lemon2-31/+31
2019-12-06rewrote a test unnecessarily, but did it anywayMatthew Lemon1-13/+26
2019-12-06linting fixesMatthew Lemon1-4/+4
2019-12-03removing use of colstream variableMatthew Lemon1-1/+5
2019-12-03removed all coords codeMatthew Lemon2-80/+2
2019-12-01tweaking the globbing funcMatthew Lemon2-1/+15
2019-12-01added test for basic glob of target directoryMatthew Lemon2-0/+22
2019-11-28fixed failing test after my extra test was added prior to mergeMatthew Lemon2-2/+2
2019-11-28added another testMatthew Lemon2-0/+4
2019-11-18fixed testMatthew Lemon2-1/+1
2019-11-18test for far out cell valMatthew Lemon1-0/+1
2019-11-15tidyingMatthew Lemon1-11/+11
2019-11-15another test parameterizedMatthew Lemon1-12/+11
2019-11-15added a little bit of code to test to prevent index panicMatthew Lemon1-11/+20
2019-11-15parameterized another testMatthew Lemon1-8/+12
2019-11-15reformatted test to use a case structMatthew Lemon1-11/+15
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 Lemon2-20/+12
2019-11-14fixed - passing testMatthew Lemon4-4/+10
2019-11-12pretty much can filter by datamap by needs more testsMatthew Lemon3-1/+37
2019-11-12fix incorrectly named funcMatthew Lemon2-2/+2
2019-11-12added TODO for next stepMatthew Lemon1-0/+6
2019-11-12removed superceded func and old TODOsMatthew Lemon2-40/+3
2019-11-12some error refactoring and tidyingMatthew Lemon2-21/+8
2019-11-12added another testMatthew Lemon1-1/+5
2019-11-12tidyingMatthew Lemon2-37/+41
2019-11-12added another test - but do we always want strings to be returned?Matthew Lemon1-0/+4
2019-11-12first passing test after parsing XLSX data into decent data structureMatthew Lemon2-16/+18
2019-11-11struggling on with this func to manage the parsed data data structureMatthew Lemon2-7/+44
2019-11-11func makes more sense nowMatthew Lemon2-6/+15
2019-11-11cleanupMatthew Lemon1-4/+1
2019-11-11added a doc string thingMatthew Lemon1-0/+2
2019-11-11added test for counting sheets in datamapMatthew Lemon2-0/+33
2019-11-04light refactoring - naming, etcMatthew Lemon2-39/+39
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-03put back proper test for data pulled from spreadsheetMatthew Lemon1-1/+10
2019-11-03fixed row issueMatthew Lemon2-7/+3
2019-11-03alphastream variable now fits Excel max colsMatthew Lemon2-2/+11
2019-11-03added alphaStreamMatthew Lemon2-0/+8
2019-11-03implemented alphas - producing letter component of Excel columns horizontallyMatthew Lemon2-16/+38
2019-11-03lots of stuffMatthew Lemon3-6/+70