aboutsummaryrefslogtreecommitdiffstats
path: root/pkg (unfollow)
Commit message (Expand)AuthorFilesLines
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
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
2020-07-28removed old lock fileMatthew Lemon1-1/+0
2020-07-28removed UNIQUE which didnt make sense after considerationMatthew Lemon1-3/+2
2020-07-28reworked algorithm tha creates extractedData maps to allow the datamap sheet ...Matthew Lemon2-12/+5
2020-07-28working on failing test where dm not work when sheets not sequential - added ...Matthew Lemon9-4/+8
2020-07-28UNIQUE constrait on return.name implementedMatthew Lemon1-6/+7
2020-07-28fixed bug where return.id was being left out of return_data row insertMatthew Lemon1-2/+2
2020-07-28better importing to database from populated sheetMatthew Lemon2-3/+3
2020-07-27fixing a bug in ExtractDBDatamap and still working on data import codeMatthew Lemon6-4/+52
2020-07-27partially through writing code for commiting extracted data to the databaseMatthew Lemon1-1/+30
2020-07-27Proof of concept code hard-coded here shows that we can get value fromMatthew Lemon1-1/+20
2020-07-27ready to write the code to import extraced XLSX data into database nowMatthew Lemon1-1/+5
2020-07-27now we find xlsm files as well seeminglyMatthew Lemon3-3/+6
2020-07-27testing func to get xlsx files from dirMatthew Lemon3-30/+34
2020-07-27a lot of working building the new import command in mainMatthew Lemon2-11/+61
2020-07-27type in schemaMatthew Lemon1-3/+7
2020-07-27improved defersMatthew Lemon3-5/+38
2020-07-26more hidingMatthew Lemon1-9/+9
2020-07-26more encapsulationMatthew Lemon3-44/+43
2020-07-26lots of tidyMatthew Lemon5-23/+26
2020-07-26tidied up doc commentMatthew Lemon1-2/+4
2020-07-26added re-typed []DatamapLineMatthew Lemon3-15/+18