frogs
|
9c5a00a539
delete
|
13 anni fa |
frogs
|
7f09bfb98c
get max col
|
13 anni fa |
frogs
|
7f3a4b520b
access by name
|
13 anni fa |
frogs
|
80a577b592
fix bug
|
13 anni fa |
frogs
|
5623a139eb
fix bug
|
13 anni fa |
frogs
|
7f07add817
bug fix
|
13 anni fa |
Geoffrey J. Teale
|
93cdebbc7a
Merge pull request #6 from sdegutis/master
|
13 anni fa |
Steven Degutis
|
75d556e806
only exporting proper things
|
13 anni fa |
Geoffrey J. Teale
|
4de32e8147
Removed Makefile as Go1 makes this unnecessary.
|
13 anni fa |
Geoffrey J. Teale
|
d41901f070
All tests passing on Go1
|
13 anni fa |
Geoffrey J. Teale
|
18d5f1ea2b
Now compiling with Go 1
|
13 anni fa |
Geoffrey J. Teale
|
dd230615a6
Made reference to xslx2csv (https://github.com/tealeg/xlsx2csv) as an example of how to use XLSX.
|
14 anni fa |
Geoffrey J. Teale
|
cf575e1393
Addressed issue #2 - readRowsFromSheet now managably small and much clearer
|
14 anni fa |
Geoffrey J. Teale
|
e9278b5804
Removed second panic call as this code could never be reached
|
14 anni fa |
Geoffrey J. Teale
|
02c684ca8e
Fixed duplicate empty cell creation inf readRowsFromSheet as reported in issue #4
|
14 anni fa |
Geoffrey J. Teale
|
a7928080db
Moved construction of blank row out to seperate function as part of addressing issue #2
|
14 anni fa |
Geoffrey J. Teale
|
55affccb39
Address issue #3 (again) - use `xml:"attr"` instead of "attr" in structs used by xml.Unmarshall. gotest now passes on r59
|
14 anni fa |
Geoffrey J. Teale
|
ed1920a6a4
Fixed Issue #3 - Go does not goinstall under golang r59
|
14 anni fa |
Geoffrey J. Teale
|
1f5d73fb5b
Remove old README
|
14 anni fa |
Geoffrey J. Teale
|
9293fee546
Moved README to README.md and added license text
|
14 anni fa |
Geoffrey J. Teale
|
43793f1126
Slightly fleshed out the baselines testcase for readRowsFromSheet ahead of attempting to refactor
|
14 anni fa |
Geoffrey J. Teale
|
8814fbe6ce
Tested trailing space rows and fixed handling of integer fields
|
14 anni fa |
Geoffrey J. Teale
|
1d21c43bbd
* lib.go: Add functions to convert string coords to cartesian coords - eg "A3" -> 0,2
|
14 anni fa |
Geoffrey J. Teale
|
132e094524
* lib.go: handle empty cells
|
14 anni fa |
Geoffrey J. Teale
|
72cc390ef2
* lib.go: Actually tell me what the bad reference was in an excel cell.
|
14 anni fa |
Geoffrey J. Teale
|
44799e921d
Baseline functionality working with minimal testing - lets call this 0.01
|
14 anni fa |
Geoffrey J. Teale
|
40bcbbcb5f
Extract XLSXWorksheet from XLSX file from a reference in XSLXSheet
|
14 anni fa |
Geoffrey J. Teale
|
1db7a9d381
* lib_test.go: Removed unused import
|
14 anni fa |
Geoffrey J. Teale
|
81782d3510
Added docstring as widely as possible
|
14 anni fa |
Geoffrey J. Teale
|
373a7297cc
Factored out tests to files matching the source locations.
|
14 anni fa |