Geoffrey J. Teale
|
c9dcef43eb
Merge pull request #16 from brunoqc/patch-1
|
13 lat temu |
Bruno Bigras
|
fa03a3ad76
fixed a variable name in README.md
|
13 lat temu |
Geoffrey J. Teale
|
ff09d593c9
Remove extraneous "THE".
|
13 lat temu |
Geoffrey J. Teale
|
07e9881856
Remove reference to FreeBSD in license text *doh*
|
13 lat temu |
Geoffrey J. Teale
|
65f3ddd909
Update README with an example.
|
13 lat temu |
Geoffrey J. Teale
|
79e870b623
go fmt
|
13 lat temu |
Geoffrey J. Teale
|
196249312c
Fix an issue with empty rows (I forgot that these are emitted from the XML).
|
13 lat temu |
Geoffrey J. Teale
|
2474321062
Rename Style.Boders -> Style.Border (correctly spelt and singular).
|
13 lat temu |
Geoffrey J. Teale
|
0e341d43a5
* Change Style.Fills -> Style.Fill (a better name for a singular element)
|
13 lat temu |
Geoffrey J. Teale
|
a3128a11df
go fmt
|
13 lat temu |
Geoffrey J. Teale
|
e20fec90df
Test copying Font information into user level cell style.
|
13 lat temu |
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.
|
13 lat temu |
Geoffrey J. Teale
|
8ef999590e
Remove some unused information from the low level struct definitions to simplify things a little.
|
13 lat temu |
Geoffrey J. Teale
|
2c1335f283
Add some extra information to style extracted from file
|
13 lat temu |
Geoffrey J. Teale
|
872b35ec62
Test unmarshalling fills from testfile.xlsx
|
13 lat temu |
Geoffrey J. Teale
|
7dc33dbb53
Add TestReadStylesFromZipFile.
|
13 lat temu |
Geoffrey J. Teale
|
a484a9c9c8
Merge pull request #15 from ImJasonH/patch-1
|
13 lat temu |
Jason Hall
|
8481ccd3f9
Whoops
|
13 lat temu |
Jason Hall
|
b125194a52
Split out ReadZip method that doesn't open files
|
13 lat temu |
Geoffrey J. Teale
|
da1e4b8d90
Merge pull request #14 from dlintw/master
|
13 lat temu |
Daniel YC Lin
|
720616c87c
1. fixed get not get last column problem
|
13 lat temu |
Geoffrey J. Teale
|
e1b62dc4b4
go fmt
|
13 lat temu |
Geoffrey J. Teale
|
8da270c26d
Remove struct tags blocking unmarshal.
|
13 lat temu |
Geoffrey J. Teale
|
013a99ce1d
Restored tests to working state and recovered testfile.xlsx.
|
13 lat temu |
Geoffrey J. Teale
|
71417c366e
Fixed TestReadRowsFromSheet following pulls of two succesive patches that broke it.
|
13 lat temu |
Geoffrey J. Teale
|
ea25024771
Merge pull request #9 from zhcy/master
|
13 lat temu |
zhcy
|
412405ef96
add color style
|
13 lat temu |
zhcy
|
f3d89a40af
bug fix
|
13 lat temu |
zhcy
|
c5bec4b6ec
go fmt *.go
|
13 lat temu |
zhcy
|
57a0c4a450
bug fix
|
13 lat temu |