Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-12-06 | rewrote a test unnecessarily, but did it anyway | Matthew Lemon | 1 | -13/+26 |
2019-12-06 | linting fixes | Matthew Lemon | 1 | -4/+4 |
2019-12-03 | removing use of colstream variable | Matthew Lemon | 1 | -1/+5 |
2019-12-03 | removed all coords code | Matthew Lemon | 2 | -80/+2 |
2019-12-01 | tweaking the globbing func | Matthew Lemon | 2 | -1/+15 |
2019-12-01 | added test for basic glob of target directory | Matthew Lemon | 2 | -0/+22 |
2019-11-28 | fixed failing test after my extra test was added prior to merge | Matthew Lemon | 2 | -2/+2 |
2019-11-28 | added another test | Matthew Lemon | 2 | -0/+4 |
2019-11-18 | fixed test | Matthew Lemon | 2 | -1/+1 |
2019-11-18 | test for far out cell val | Matthew Lemon | 1 | -0/+1 |
2019-11-15 | tidying | Matthew Lemon | 1 | -11/+11 |
2019-11-15 | another test parameterized | Matthew Lemon | 1 | -12/+11 |
2019-11-15 | added a little bit of code to test to prevent index panic | Matthew Lemon | 1 | -11/+20 |
2019-11-15 | parameterized another test | Matthew Lemon | 1 | -8/+12 |
2019-11-15 | reformatted test to use a case struct | Matthew Lemon | 1 | -11/+15 |
2019-11-15 | renaming | Matthew Lemon | 1 | -5/+5 |
2019-11-15 | renaming | Matthew Lemon | 1 | -9/+9 |
2019-11-15 | renaming | Matthew Lemon | 1 | -15/+15 |
2019-11-15 | removed dependency on datamap file | Matthew Lemon | 2 | -20/+12 |
2019-11-14 | fixed - passing test | Matthew Lemon | 4 | -4/+10 |
2019-11-12 | pretty much can filter by datamap by needs more tests | Matthew Lemon | 3 | -1/+37 |
2019-11-12 | fix incorrectly named func | Matthew Lemon | 2 | -2/+2 |
2019-11-12 | added TODO for next step | Matthew Lemon | 1 | -0/+6 |
2019-11-12 | removed superceded func and old TODOs | Matthew Lemon | 2 | -40/+3 |
2019-11-12 | some error refactoring and tidying | Matthew Lemon | 2 | -21/+8 |
2019-11-12 | added another test | Matthew Lemon | 1 | -1/+5 |
2019-11-12 | tidying | Matthew Lemon | 2 | -37/+41 |
2019-11-12 | added another test - but do we always want strings to be returned? | Matthew Lemon | 1 | -0/+4 |
2019-11-12 | first passing test after parsing XLSX data into decent data structure | Matthew Lemon | 2 | -16/+18 |
2019-11-11 | struggling on with this func to manage the parsed data data structure | Matthew Lemon | 2 | -7/+44 |
2019-11-11 | func makes more sense now | Matthew Lemon | 2 | -6/+15 |
2019-11-11 | cleanup | Matthew Lemon | 1 | -4/+1 |
2019-11-11 | added a doc string thing | Matthew Lemon | 1 | -0/+2 |
2019-11-11 | added test for counting sheets in datamap | Matthew Lemon | 2 | -0/+33 |
2019-11-04 | light refactoring - naming, etc | Matthew Lemon | 2 | -39/+39 |
2019-11-03 | doing things right by cleaning up | Matthew Lemon | 1 | -17/+8 |
2019-11-03 | doing things right by const | Matthew Lemon | 1 | -2/+4 |
2019-11-03 | removed unused constant | Matthew Lemon | 1 | -3/+0 |
2019-11-03 | removed unused variable | Matthew Lemon | 1 | -2/+0 |
2019-11-03 | put back proper test for data pulled from spreadsheet | Matthew Lemon | 1 | -1/+10 |
2019-11-03 | fixed row issue | Matthew Lemon | 2 | -7/+3 |
2019-11-03 | alphastream variable now fits Excel max cols | Matthew Lemon | 2 | -2/+11 |
2019-11-03 | added alphaStream | Matthew Lemon | 2 | -0/+8 |
2019-11-03 | implemented alphas - producing letter component of Excel columns horizontally | Matthew Lemon | 2 | -16/+38 |
2019-11-03 | lots of stuff | Matthew Lemon | 3 | -6/+70 |
2019-11-01 | use proper test fixture file | Matthew Lemon | 2 | -1/+1946 |
2019-11-01 | removed the pointer | Matthew Lemon | 2 | -14/+13 |
2019-10-25 | added test and some cleanup | Matthew Lemon | 2 | -6/+18 |
2019-10-24 | more testing | Matthew Lemon | 2 | -2/+16 |
2019-10-21 | passing test | Matthew Lemon | 2 | -5/+17 |