Geoffrey Teale
|
bb321ebafe
go fmt
|
12 years ago |
Geoffrey Teale
|
9223ec35aa
Fix an issue with empty rows (I forgot that these are emitted from the XML).
|
12 years ago |
Geoffrey Teale
|
853ef2b4b3
Rename Style.Boders -> Style.Border (correctly spelt and singular).
|
12 years ago |
Geoffrey Teale
|
b3c4c018bb
* Change Style.Fills -> Style.Fill (a better name for a singular element)
|
12 years ago |
Geoffrey Teale
|
657ab10e32
go fmt
|
12 years ago |
Geoffrey Teale
|
c5b1d22372
Test copying Font information into user level cell style.
|
12 years ago |
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 years ago |
Geoffrey Teale
|
8526af7343
Add some extra information to style extracted from file
|
12 years ago |
Geoffrey Teale
|
d6ab48c44d
Test unmarshalling fills from testfile.xlsx
|
12 years ago |
Jason Hall
|
11f17f9886
Whoops
|
12 years ago |
Jason Hall
|
1dfaa33b61
Split out ReadZip method that doesn't open files
|
12 years ago |
Daniel YC Lin
|
e2a5a0cf54
1. fixed get not get last column problem
|
12 years ago |
Geoffrey Teale
|
1cd8cb3d03
go fmt
|
12 years ago |
zhcy
|
f40e3aacde
add color style
|
13 years ago |
zhcy
|
343cf2ea8b
bug fix
|
13 years ago |
zhcy
|
2ff54efcfa
go fmt *.go
|
13 years ago |
zhcy
|
d64679c6e5
bug fix
|
13 years ago |
zhcy
|
54c1bec203
add read style support
|
13 years ago |
frogs
|
928e620c82
get max col
|
13 years ago |
frogs
|
ee1db828cc
access by name
|
13 years ago |
frogs
|
da67e49700
fix bug
|
13 years ago |
frogs
|
085125307f
fix bug
|
13 years ago |
Steven Degutis
|
ce25865acc
only exporting proper things
|
13 years ago |
Geoffrey Teale
|
601e7f42e4
All tests passing on Go1
|
13 years ago |
Geoffrey Teale
|
d0420eeba8
Now compiling with Go 1
|
13 years ago |
Geoffrey Teale
|
abbe40bca7
Addressed issue #2 - readRowsFromSheet now managably small and much clearer
|
14 years ago |
Geoffrey Teale
|
b3546240e3
Removed second panic call as this code could never be reached
|
14 years ago |
Geoffrey Teale
|
455e73bcf9
Fixed duplicate empty cell creation inf readRowsFromSheet as reported in issue #4
|
14 years ago |
Geoffrey Teale
|
fe870cea58
Moved construction of blank row out to seperate function as part of addressing issue #2
|
14 years ago |
Geoffrey Teale
|
5914d6ecbc
Fixed Issue #3 - Go does not goinstall under golang r59
|
14 years ago |