aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/datamaps/reader.go (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-06ridded of extranneous pkg directoryMatthew Lemon1-293/+0
2020-08-06fixing more error messagesMatthew Lemon1-4/+6
2020-08-05added some comments re storing cell numfmt stringsMatthew Lemon1-0/+5
2020-08-01tidying linting and checker errorsMatthew Lemon1-1/+0
2020-07-31upgrade to tealeg.xlsx v3.2.0 - goodbye to coords!Matthew Lemon1-24/+39
2020-07-28chasing golintMatthew Lemon1-19/+21
2020-07-28fixed bug whereby the program would crash on importing even when no required ...Matthew Lemon1-2/+4
2020-07-28reworked algorithm tha creates extractedData maps to allow the datamap sheet ...Matthew Lemon1-8/+5
2020-07-28better importing to database from populated sheetMatthew Lemon1-2/+2
2020-07-27fixing a bug in ExtractDBDatamap and still working on data import codeMatthew Lemon1-1/+7
2020-07-27now we find xlsm files as well seeminglyMatthew Lemon1-1/+1
2020-07-26more encapsulationMatthew Lemon1-35/+35
2020-07-26lots of tidyMatthew Lemon1-10/+12
2020-07-26tidied up doc commentMatthew Lemon1-2/+4
2020-07-26added re-typed []DatamapLineMatthew Lemon1-8/+11
2020-07-26renamed funcMatthew Lemon1-3/+3
2020-07-26added an error to return for funcMatthew Lemon1-3/+5
2020-07-26extraction now uses a named datamap from the database instead of the fileMatthew Lemon1-9/+30
2020-07-26passing test - can create a []DatamapLine slices from a datamap in the databaseMatthew Lemon1-2/+7
2020-07-26adding test and code for pulling []DatamapLine from sqlite3 fileMatthew Lemon1-0/+34
2020-07-26tweaking doc commentsMatthew Lemon1-1/+2
2020-07-24mostly lintingMatthew Lemon1-3/+26
2020-07-23linting and go vettingMatthew Lemon1-3/+3
2020-07-22more major surgeryMatthew Lemon1-1/+1
2020-07-20playing with flag pkgMatthew Lemon1-0/+3
2020-07-19restructureMatthew Lemon1-0/+0
2020-07-18moved db stuff to new packageMatthew Lemon1-17/+0
2020-07-18starting playing around with sqlite3Matthew Lemon1-0/+19
2020-07-18renamed github repo nameMatthew Lemon1-1/+1
2019-12-06linting fixesMatthew Lemon1-4/+4
2019-12-03removing use of colstream variableMatthew Lemon1-1/+5
2019-12-03removed all coords codeMatthew Lemon1-32/+2
2019-12-01tweaking the globbing funcMatthew Lemon1-0/+3
2019-12-01added test for basic glob of target directoryMatthew Lemon1-0/+14
2019-11-15renamingMatthew Lemon1-5/+5
2019-11-15renamingMatthew Lemon1-9/+9
2019-11-15renamingMatthew Lemon1-15/+15
2019-11-15removed dependency on datamap fileMatthew Lemon1-16/+5
2019-11-14fixed - passing testMatthew Lemon1-4/+2
2019-11-12pretty much can filter by datamap by needs more testsMatthew Lemon1-1/+30
2019-11-12fix incorrectly named funcMatthew Lemon1-1/+1
2019-11-12added TODO for next stepMatthew Lemon1-0/+6
2019-11-12removed superceded func and old TODOsMatthew Lemon1-23/+1
2019-11-12some error refactoring and tidyingMatthew Lemon1-19/+8
2019-11-12tidyingMatthew Lemon1-27/+31
2019-11-12first passing test after parsing XLSX data into decent data structureMatthew Lemon1-15/+15
2019-11-11struggling on with this func to manage the parsed data data structureMatthew Lemon1-0/+41
2019-11-11func makes more sense nowMatthew Lemon1-3/+3
2019-11-11added a doc string thingMatthew Lemon1-0/+2
2019-11-11added test for counting sheets in datamapMatthew Lemon1-0/+22