Geoffrey Teale
|
bb321ebafe
go fmt
|
12 năm trước cách đây |
Geoffrey Teale
|
9223ec35aa
Fix an issue with empty rows (I forgot that these are emitted from the XML).
|
12 năm trước cách đây |
Geoffrey Teale
|
b3c4c018bb
* Change Style.Fills -> Style.Fill (a better name for a singular element)
|
12 năm trước cách đây |
Geoffrey Teale
|
b86bdf3fdf
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.
|
12 năm trước cách đây |
Geoffrey Teale
|
c9b057a907
Remove some unused information from the low level struct definitions to simplify things a little.
|
12 năm trước cách đây |
zhcy
|
343cf2ea8b
bug fix
|
13 năm trước cách đây |
zhcy
|
2ff54efcfa
go fmt *.go
|
13 năm trước cách đây |
zhcy
|
54c1bec203
add read style support
|
13 năm trước cách đây |
frogs
|
928e620c82
get max col
|
13 năm trước cách đây |
Steven Degutis
|
ce25865acc
only exporting proper things
|
14 năm trước cách đây |
Geoffrey Teale
|
601e7f42e4
All tests passing on Go1
|
14 năm trước cách đây |
Geoffrey Teale
|
32d00f0a04
Address issue #3 (again) - use `xml:"attr"` instead of "attr" in structs used by xml.Unmarshall. gotest now passes on r59
|
14 năm trước cách đây |
Geoff Teale
|
445cb6a216
Added docstring as widely as possible
|
14 năm trước cách đây |
Geoff Teale
|
bf70898df3
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.
|
14 năm trước cách đây |