Geoffrey J. Teale
|
79e870b623
go fmt
|
12 years ago |
Geoffrey J. Teale
|
196249312c
Fix an issue with empty rows (I forgot that these are emitted from the XML).
|
12 years ago |
Geoffrey J. Teale
|
2474321062
Rename Style.Boders -> Style.Border (correctly spelt and singular).
|
12 years ago |
Geoffrey J. Teale
|
0e341d43a5
* Change Style.Fills -> Style.Fill (a better name for a singular element)
|
12 years ago |
Geoffrey J. Teale
|
a3128a11df
go fmt
|
12 years ago |
Geoffrey J. Teale
|
e20fec90df
Test copying Font information into user level cell style.
|
12 years ago |
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.
|
12 years ago |
Geoffrey J. Teale
|
2c1335f283
Add some extra information to style extracted from file
|
12 years ago |
Geoffrey J. Teale
|
872b35ec62
Test unmarshalling fills from testfile.xlsx
|
12 years ago |
Jason Hall
|
8481ccd3f9
Whoops
|
12 years ago |
Jason Hall
|
b125194a52
Split out ReadZip method that doesn't open files
|
12 years ago |
Daniel YC Lin
|
720616c87c
1. fixed get not get last column problem
|
12 years ago |
Geoffrey J. Teale
|
e1b62dc4b4
go fmt
|
12 years ago |
zhcy
|
412405ef96
add color style
|
13 years ago |
zhcy
|
f3d89a40af
bug fix
|
13 years ago |
zhcy
|
c5bec4b6ec
go fmt *.go
|
13 years ago |
zhcy
|
57a0c4a450
bug fix
|
13 years ago |
zhcy
|
46087827d6
add read style support
|
13 years ago |
frogs
|
7f09bfb98c
get max col
|
13 years ago |
frogs
|
7f3a4b520b
access by name
|
13 years ago |
frogs
|
80a577b592
fix bug
|
13 years ago |
frogs
|
5623a139eb
fix bug
|
13 years ago |
Steven Degutis
|
75d556e806
only exporting proper things
|
13 years ago |
Geoffrey J. Teale
|
d41901f070
All tests passing on Go1
|
13 years ago |
Geoffrey J. Teale
|
18d5f1ea2b
Now compiling with Go 1
|
13 years ago |
Geoffrey J. Teale
|
cf575e1393
Addressed issue #2 - readRowsFromSheet now managably small and much clearer
|
14 years ago |
Geoffrey J. Teale
|
e9278b5804
Removed second panic call as this code could never be reached
|
14 years ago |
Geoffrey J. Teale
|
02c684ca8e
Fixed duplicate empty cell creation inf readRowsFromSheet as reported in issue #4
|
14 years ago |
Geoffrey J. Teale
|
a7928080db
Moved construction of blank row out to seperate function as part of addressing issue #2
|
14 years ago |
Geoffrey J. Teale
|
ed1920a6a4
Fixed Issue #3 - Go does not goinstall under golang r59
|
14 years ago |