aboutsummaryrefslogtreecommitdiffstats
path: root/pkg (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-06ridded of extranneous pkg directoryMatthew Lemon15-3673/+0
2020-12-02some cleaning upMatthew Lemon1-5/+5
2020-11-29started working on help commandMatthew Lemon1-0/+26
2020-09-17removed errant error handlerMatthew Lemon1-3/+0
2020-08-06starting to refactor the testsMatthew Lemon1-16/+24
2020-08-06fixing more error messagesMatthew Lemon1-4/+6
2020-08-06improved error handlingMatthew Lemon1-8/+8
2020-08-06tests passing but only with the help of a hack to solve DD/MM/YYMatthew Lemon4-3/+8
2020-08-05failing test on one spreadsheet no handling date numformat properlyMatthew Lemon1-0/+0
2020-08-05debugging numberformat issuesMatthew Lemon3-11/+16
2020-08-05added numfmt field to return_data tableMatthew Lemon2-4/+6
2020-08-05added some comments re storing cell numfmt stringsMatthew Lemon3-0/+7
2020-08-05fixed missing row in masterMatthew Lemon1-1/+1
2020-08-04added duplicate test cases - ready for differentiation. tests failingMatthew Lemon2-11/+22
2020-08-04fuller test error messageMatthew Lemon1-1/+2
2020-08-04getting there with testing the master outputMatthew Lemon1-11/+37
2020-08-04fixed failing test created by changing the datamap in the master testMatthew Lemon6-55/+64
2020-08-04part way through writing master test - tests failingMatthew Lemon3-11/+122
2020-08-02added createdatamap commandMatthew Lemon3-5/+10
2020-08-02removed old commented out codeMatthew Lemon1-10/+0
2020-08-02tidied testMatthew Lemon1-3/+4
2020-08-02fixed issue with not writing header to master - needed to AddRowAtIndex()Matthew Lemon1-2/+2
2020-08-02still cant get first row to writeMatthew Lemon1-12/+19
2020-08-01not writing top line to master yetMatthew Lemon2-18/+31
2020-08-01tidying linting and checker errorsMatthew Lemon5-6/+13
2020-08-01fixed extraneous variableMatthew Lemon2-29/+6
2020-08-01tidying errorsMatthew Lemon1-7/+7
2020-08-01better error handlingMatthew Lemon1-5/+9
2020-08-01tweakedMatthew Lemon1-1/+0
2020-08-01now added the column of keys to the masterMatthew Lemon1-1/+1
2020-08-01first very rough writing of the datamap from the database - VERY ROUGHMatthew Lemon1-10/+37
2020-08-01getting there with writing the materMatthew Lemon2-5/+51
2020-08-01fixed test and remove prepareMatthew Lemon2-9/+7
2020-07-31writing sql code and not enjoying itMatthew Lemon1-3/+47
2020-07-31added comment on SQLMatthew Lemon1-0/+4
2020-07-31starting writing the code for master writerMatthew Lemon3-8/+103
2020-07-31upgrade to tealeg.xlsx v3.2.0 - goodbye to coords!Matthew Lemon1-24/+39
2020-07-29added commentsMatthew Lemon1-0/+8
2020-07-29testing all the spreadsheets nowMatthew Lemon4-14/+44
2020-07-29test for ImportToDBMatthew Lemon1-3/+54
2020-07-29removed short dir in testdataMatthew Lemon4-2/+2
2020-07-29more testsMatthew Lemon3-17/+58
2020-07-29first new test on database import - testing one cell valueMatthew Lemon1-7/+33
2020-07-29added setup and teardown funcsMatthew Lemon1-15/+35
2020-07-28chasing golintMatthew Lemon3-25/+27
2020-07-28tidying and lintingMatthew Lemon1-17/+17
2020-07-28tidyingMatthew Lemon2-10/+9
2020-07-28fixed bug whereby the program would crash on importing even when no required ↵Matthew Lemon1-2/+4
datamap present
2020-07-28added filename into return_data tableMatthew Lemon1-2/+5
2020-07-28I think I fixed the bug whereby multiple returns where createdMatthew Lemon1-11/+25