Geoffrey J. Teale
|
79e870b623
go fmt
|
před 12 roky |
Geoffrey J. Teale
|
196249312c
Fix an issue with empty rows (I forgot that these are emitted from the XML).
|
před 12 roky |
Geoffrey J. Teale
|
0e341d43a5
* Change Style.Fills -> Style.Fill (a better name for a singular element)
|
před 12 roky |
Geoffrey J. Teale
|
c502147d60
Use dimensions in sheet definitions instead of looping through rows/columns to find the dimensions. This should restrict the main loop to only the range of cells that are actually in use, and drop the loop finding the maximum extent. This should speed things up quite a bit.
|
před 12 roky |
Geoffrey J. Teale
|
8ef999590e
Remove some unused information from the low level struct definitions to simplify things a little.
|
před 12 roky |
zhcy
|
f3d89a40af
bug fix
|
před 13 roky |
zhcy
|
c5bec4b6ec
go fmt *.go
|
před 13 roky |
zhcy
|
46087827d6
add read style support
|
před 13 roky |
frogs
|
7f09bfb98c
get max col
|
před 13 roky |
Steven Degutis
|
75d556e806
only exporting proper things
|
před 13 roky |
Geoffrey J. Teale
|
d41901f070
All tests passing on Go1
|
před 13 roky |
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
|
před 14 roky |
Geoffrey J. Teale
|
81782d3510
Added docstring as widely as possible
|
před 14 roky |
Geoffrey J. Teale
|
d8266296ab
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.
|
před 14 roky |