index
:
datamaps-go.git
master
datamaps in Go.
y@yulqen.org
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg
/
datamaps
/
reader.go
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-12-06
ridded of extranneous pkg directory
Matthew Lemon
1
-293
/
+0
2020-08-06
fixing more error messages
Matthew Lemon
1
-4
/
+6
2020-08-05
added some comments re storing cell numfmt strings
Matthew Lemon
1
-0
/
+5
2020-08-01
tidying linting and checker errors
Matthew Lemon
1
-1
/
+0
2020-07-31
upgrade to tealeg.xlsx v3.2.0 - goodbye to coords!
Matthew Lemon
1
-24
/
+39
2020-07-28
chasing golint
Matthew Lemon
1
-19
/
+21
2020-07-28
fixed bug whereby the program would crash on importing even when no required ...
Matthew Lemon
1
-2
/
+4
2020-07-28
reworked algorithm tha creates extractedData maps to allow the datamap sheet ...
Matthew Lemon
1
-8
/
+5
2020-07-28
better importing to database from populated sheet
Matthew Lemon
1
-2
/
+2
2020-07-27
fixing a bug in ExtractDBDatamap and still working on data import code
Matthew Lemon
1
-1
/
+7
2020-07-27
now we find xlsm files as well seemingly
Matthew Lemon
1
-1
/
+1
2020-07-26
more encapsulation
Matthew Lemon
1
-35
/
+35
2020-07-26
lots of tidy
Matthew Lemon
1
-10
/
+12
2020-07-26
tidied up doc comment
Matthew Lemon
1
-2
/
+4
2020-07-26
added re-typed []DatamapLine
Matthew Lemon
1
-8
/
+11
2020-07-26
renamed func
Matthew Lemon
1
-3
/
+3
2020-07-26
added an error to return for func
Matthew Lemon
1
-3
/
+5
2020-07-26
extraction now uses a named datamap from the database instead of the file
Matthew Lemon
1
-9
/
+30
2020-07-26
passing test - can create a []DatamapLine slices from a datamap in the database
Matthew Lemon
1
-2
/
+7
2020-07-26
adding test and code for pulling []DatamapLine from sqlite3 file
Matthew Lemon
1
-0
/
+34
2020-07-26
tweaking doc comments
Matthew Lemon
1
-1
/
+2
2020-07-24
mostly linting
Matthew Lemon
1
-3
/
+26
2020-07-23
linting and go vetting
Matthew Lemon
1
-3
/
+3
2020-07-22
more major surgery
Matthew Lemon
1
-1
/
+1
2020-07-20
playing with flag pkg
Matthew Lemon
1
-0
/
+3
2020-07-19
restructure
Matthew Lemon
1
-0
/
+0
2020-07-18
moved db stuff to new package
Matthew Lemon
1
-17
/
+0
2020-07-18
starting playing around with sqlite3
Matthew Lemon
1
-0
/
+19
2020-07-18
renamed github repo name
Matthew Lemon
1
-1
/
+1
2019-12-06
linting fixes
Matthew Lemon
1
-4
/
+4
2019-12-03
removing use of colstream variable
Matthew Lemon
1
-1
/
+5
2019-12-03
removed all coords code
Matthew Lemon
1
-32
/
+2
2019-12-01
tweaking the globbing func
Matthew Lemon
1
-0
/
+3
2019-12-01
added test for basic glob of target directory
Matthew Lemon
1
-0
/
+14
2019-11-15
renaming
Matthew Lemon
1
-5
/
+5
2019-11-15
renaming
Matthew Lemon
1
-9
/
+9
2019-11-15
renaming
Matthew Lemon
1
-15
/
+15
2019-11-15
removed dependency on datamap file
Matthew Lemon
1
-16
/
+5
2019-11-14
fixed - passing test
Matthew Lemon
1
-4
/
+2
2019-11-12
pretty much can filter by datamap by needs more tests
Matthew Lemon
1
-1
/
+30
2019-11-12
fix incorrectly named func
Matthew Lemon
1
-1
/
+1
2019-11-12
added TODO for next step
Matthew Lemon
1
-0
/
+6
2019-11-12
removed superceded func and old TODOs
Matthew Lemon
1
-23
/
+1
2019-11-12
some error refactoring and tidying
Matthew Lemon
1
-19
/
+8
2019-11-12
tidying
Matthew Lemon
1
-27
/
+31
2019-11-12
first passing test after parsing XLSX data into decent data structure
Matthew Lemon
1
-15
/
+15
2019-11-11
struggling on with this func to manage the parsed data data structure
Matthew Lemon
1
-0
/
+41
2019-11-11
func makes more sense now
Matthew Lemon
1
-3
/
+3
2019-11-11
added a doc string thing
Matthew Lemon
1
-0
/
+2
2019-11-11
added test for counting sheets in datamap
Matthew Lemon
1
-0
/
+22
[next]