1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed Makefile as Go1 makes this unnecessary.
tealeg
as Geoffrey J. Teale
More... about 12 years ago
All tests passing on Go1
tealeg
as Geoffrey J. Teale
More... about 12 years ago
Now compiling with Go 1
tealeg
as Geoffrey J. Teale
More... about 12 years ago
Made reference to xslx2csv (https://github.com/tealeg/xlsx2csv) as an example of how to use XLSX.
tealeg
as Geoffrey J. Teale
More... over 12 years ago
Addressed issue #2 - readRowsFromSheet now managably small and much clearer
tealeg
as Geoffrey J. Teale
More... over 12 years ago
Removed second panic call as this code could never be reached
tealeg
as Geoffrey J. Teale
More... over 12 years ago
Fixed duplicate empty cell creation inf readRowsFromSheet as reported in issue #4
tealeg
as Geoffrey J. Teale
More... over 12 years ago
Moved construction of blank row out to seperate function as part of addressing issue #2
tealeg
as Geoffrey J. Teale
More... over 12 years ago
Address issue #3 (again) - use `xml:"attr"` instead of "attr" in structs used by xml.Unmarshall. gotest now passes on r59
tealeg
as Geoffrey J. Teale
More... almost 13 years ago
Fixed Issue #3 - Go does not goinstall under golang r59
tealeg
as Geoffrey J. Teale
More... almost 13 years ago
Remove old README
tealeg
as Geoffrey J. Teale
More... almost 13 years ago
Moved README to README.md and added license text
tealeg
as Geoffrey J. Teale
More... almost 13 years ago
Slightly fleshed out the baselines testcase for readRowsFromSheet ahead of attempting to refactor
tealeg
as Geoffrey J. Teale
More... almost 13 years ago
Tested trailing space rows and fixed handling of integer fields
tealeg
as Geoffrey J. Teale
More... almost 13 years ago
* lib.go: Add functions to convert string coords to cartesian coords - eg "A3" -> 0,2 * lib_test.go: Test coord conversion tools * workbook.go: hmmm...
tealeg
as Geoffrey J. Teale
More... almost 13 years ago
* lib.go: handle empty cells
tealeg
as Geoffrey J. Teale
More... almost 13 years ago
* lib.go: Actually tell me what the bad reference was in an excel cell.
tealeg
as Geoffrey J. Teale
More... almost 13 years ago
Baseline functionality working with minimal testing - lets call this 0.01
tealeg
as Geoffrey J. Teale
More... almost 13 years ago
Extract XLSXWorksheet from XLSX file from a reference in XSLXSheet
tealeg
as Geoffrey J. Teale
More... almost 13 years ago
* lib_test.go: Removed unused import
tealeg
as Geoffrey J. Teale
More... almost 13 years ago
Added docstring as widely as possible
tealeg
as Geoffrey J. Teale
More... almost 13 years ago
Factored out tests to files matching the source locations.
tealeg
as Geoffrey J. Teale
More... almost 13 years ago
Refactored internal types out to seperate files and renamed the high-level "public facing" structs - slowly moving towards the idea of a two layer API.
tealeg
as Geoffrey J. Teale
More... almost 13 years ago
* lib_test.go: Test creation of XLSXSheetStruct objects when opening a file
tealeg
as Geoffrey J. Teale
More... almost 13 years ago
* lib.go: Migrated XLSXWorkbook structs out to their own file * workbook.go: Migrated XLSXWorkbook structs out to their own file
tealeg
as Geoffrey J. Teale
More... almost 13 years ago
* doc.go: Added basic package documentation via a doc.go file.
tealeg
as Geoffrey J. Teale
More... almost 13 years ago
* lib.go: Added MakeSharedStringRefTable * lib_test.go: Tested MakeSharedStringRefTable
tealeg
as Geoffrey J. Teale
More... almost 13 years ago
* Makefile: Added standard GOLANG pkg makefile
tealeg
as Geoffrey J. Teale
More... almost 13 years ago
Initial untidy structure and tests
tealeg
as Geoffrey J. Teale
More... almost 13 years ago
First Commit
tealeg
as Geoffrey J. Teale
More... almost 13 years ago