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