Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some cleaning up | Matthew Lemon | 2020-12-02 | 1 | -5/+5 |
| | |||||
* | started working on help command | Matthew Lemon | 2020-11-29 | 2 | -2/+31 |
| | |||||
* | script to delete config/datamaps.db | Matthew Lemon | 2020-09-17 | 1 | -0/+8 |
| | |||||
* | removed errant error handler | Matthew Lemon | 2020-09-17 | 2 | -3/+1 |
| | |||||
* | starting to refactor the tests | Matthew Lemon | 2020-08-06 | 1 | -16/+24 |
| | |||||
* | fixing more error messages | Matthew Lemon | 2020-08-06 | 1 | -4/+6 |
| | |||||
* | improved error handling | Matthew Lemon | 2020-08-06 | 1 | -8/+8 |
| | |||||
* | tests passing but only with the help of a hack to solve DD/MM/YY | Matthew Lemon | 2020-08-06 | 4 | -3/+8 |
| | |||||
* | failing test on one spreadsheet no handling date numformat properly | Matthew Lemon | 2020-08-05 | 1 | -0/+0 |
| | |||||
* | debugging numberformat issues | Matthew Lemon | 2020-08-05 | 3 | -11/+16 |
| | |||||
* | added numfmt field to return_data table | Matthew Lemon | 2020-08-05 | 2 | -4/+6 |
| | |||||
* | added some comments re storing cell numfmt strings | Matthew Lemon | 2020-08-05 | 3 | -0/+7 |
| | |||||
* | fixed missing row in master | Matthew Lemon | 2020-08-05 | 1 | -1/+1 |
| | |||||
* | added duplicate test cases - ready for differentiation. tests failing | Matthew Lemon | 2020-08-04 | 2 | -11/+22 |
| | |||||
* | fuller test error message | Matthew Lemon | 2020-08-04 | 1 | -1/+2 |
| | |||||
* | getting there with testing the master output | Matthew Lemon | 2020-08-04 | 1 | -11/+37 |
| | |||||
* | fixed failing test created by changing the datamap in the master test | Matthew Lemon | 2020-08-04 | 6 | -55/+64 |
| | |||||
* | part way through writing master test - tests failing | Matthew Lemon | 2020-08-04 | 3 | -11/+122 |
| | |||||
* | added createdatamap command | Matthew Lemon | 2020-08-02 | 4 | -5/+14 |
| | |||||
* | removed old commented out code | Matthew Lemon | 2020-08-02 | 1 | -10/+0 |
| | |||||
* | tidied test | Matthew Lemon | 2020-08-02 | 1 | -3/+4 |
| | |||||
* | fixed issue with not writing header to master - needed to AddRowAtIndex() | Matthew Lemon | 2020-08-02 | 1 | -2/+2 |
| | |||||
* | still cant get first row to write | Matthew Lemon | 2020-08-02 | 1 | -12/+19 |
| | |||||
* | not writing top line to master yet | Matthew Lemon | 2020-08-01 | 2 | -18/+31 |
| | |||||
* | tidying linting and checker errors | Matthew Lemon | 2020-08-01 | 5 | -6/+13 |
| | |||||
* | fixed extraneous variable | Matthew Lemon | 2020-08-01 | 2 | -29/+6 |
| | |||||
* | tidying errors | Matthew Lemon | 2020-08-01 | 1 | -7/+7 |
| | |||||
* | better error handling | Matthew Lemon | 2020-08-01 | 1 | -5/+9 |
| | |||||
* | tweaked | Matthew Lemon | 2020-08-01 | 1 | -1/+0 |
| | |||||
* | now added the column of keys to the master | Matthew Lemon | 2020-08-01 | 1 | -1/+1 |
| | |||||
* | first very rough writing of the datamap from the database - VERY ROUGH | Matthew Lemon | 2020-08-01 | 1 | -10/+37 |
| | |||||
* | getting there with writing the mater | Matthew Lemon | 2020-08-01 | 2 | -5/+51 |
| | |||||
* | fixed test and remove prepare | Matthew Lemon | 2020-08-01 | 2 | -9/+7 |
| | |||||
* | writing sql code and not enjoying it | Matthew Lemon | 2020-07-31 | 1 | -3/+47 |
| | |||||
* | added comment on SQL | Matthew Lemon | 2020-07-31 | 1 | -0/+4 |
| | |||||
* | starting writing the code for master writer | Matthew Lemon | 2020-07-31 | 3 | -8/+103 |
| | |||||
* | upgrade to tealeg.xlsx v3.2.0 - goodbye to coords! | Matthew Lemon | 2020-07-31 | 2 | -25/+40 |
| | |||||
* | added comments | Matthew Lemon | 2020-07-29 | 1 | -0/+8 |
| | |||||
* | testing all the spreadsheets now | Matthew Lemon | 2020-07-29 | 4 | -14/+44 |
| | |||||
* | test for ImportToDB | Matthew Lemon | 2020-07-29 | 1 | -3/+54 |
| | |||||
* | removed short dir in testdata | Matthew Lemon | 2020-07-29 | 5 | -3/+3 |
| | |||||
* | more tests | Matthew Lemon | 2020-07-29 | 3 | -17/+58 |
| | |||||
* | first new test on database import - testing one cell value | Matthew Lemon | 2020-07-29 | 1 | -7/+33 |
| | |||||
* | added setup and teardown funcs | Matthew Lemon | 2020-07-29 | 1 | -15/+35 |
| | |||||
* | chasing golint | Matthew Lemon | 2020-07-28 | 3 | -25/+27 |
| | |||||
* | tidying and linting | Matthew Lemon | 2020-07-28 | 2 | -18/+18 |
| | |||||
* | tidying | Matthew Lemon | 2020-07-28 | 3 | -10/+16 |
| | |||||
* | fixed bug whereby the program would crash on importing even when no required ↵ | Matthew Lemon | 2020-07-28 | 1 | -2/+4 |
| | | | | datamap present | ||||
* | added filename into return_data table | Matthew Lemon | 2020-07-28 | 2 | -2/+10 |
| | |||||
* | I think I fixed the bug whereby multiple returns where created | Matthew Lemon | 2020-07-28 | 1 | -11/+25 |
| |