Geoffrey J. Teale
|
86a151ab9e
Convert TestGetStyleWithBorders
|
há 11 anos atrás |
Geoffrey J. Teale
|
f8f17666b6
Convert TestGetStyleWithFills
|
há 11 anos atrás |
Geoffrey J. Teale
|
db25a85193
Convert TestGetStyleWithFonts.
|
há 11 anos atrás |
Geoffrey J. Teale
|
887d6e4a02
Convert TestCreateSheet.
|
há 11 anos atrás |
Geoffrey J. Teale
|
106a4cd3cc
Convert TestOpenFile to gocheck.
|
há 11 anos atrás |
Geoffrey J. Teale
|
1e3dddf3b7
Fix blank column handling to pass new test case.
|
há 12 anos atrás |
Geoffrey J. Teale
|
229e811767
Modify readRowsFromSheet to handle series of rows and cells omitted from the
|
há 12 anos atrás |
Geoffrey J. Teale
|
e3897a16f7
go fmt
|
há 12 anos atrás |
Geoffrey J. Teale
|
d827bc35f6
Test that we can deal with arbitrarily named sheet files within the XLSX file.
|
há 12 anos atrás |
Geoffrey J. Teale
|
bdb4b68895
- Make several small stylistic clean-ups.
|
há 12 anos atrás |
Geoffrey J. Teale
|
e2b3c8977f
All tests now passing
|
há 12 anos atrás |
Geoffrey J. Teale
|
033984a372
Add failing test for issue17
|
há 12 anos atrás |
Geoffrey J. Teale
|
2474321062
Rename Style.Boders -> Style.Border (correctly spelt and singular).
|
há 12 anos atrás |
Geoffrey J. Teale
|
0e341d43a5
* Change Style.Fills -> Style.Fill (a better name for a singular element)
|
há 12 anos atrás |
Geoffrey J. Teale
|
a3128a11df
go fmt
|
há 12 anos atrás |
Geoffrey J. Teale
|
e20fec90df
Test copying Font information into user level cell style.
|
há 12 anos atrás |
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.
|
há 12 anos atrás |
Geoffrey J. Teale
|
2c1335f283
Add some extra information to style extracted from file
|
há 12 anos atrás |
Geoffrey J. Teale
|
872b35ec62
Test unmarshalling fills from testfile.xlsx
|
há 12 anos atrás |
Geoffrey J. Teale
|
7dc33dbb53
Add TestReadStylesFromZipFile.
|
há 12 anos atrás |
Daniel YC Lin
|
720616c87c
1. fixed get not get last column problem
|
há 12 anos atrás |
Geoffrey J. Teale
|
013a99ce1d
Restored tests to working state and recovered testfile.xlsx.
|
há 13 anos atrás |
Geoffrey J. Teale
|
71417c366e
Fixed TestReadRowsFromSheet following pulls of two succesive patches that broke it.
|
há 13 anos atrás |
Steven Degutis
|
75d556e806
only exporting proper things
|
há 13 anos atrás |
Geoffrey J. Teale
|
d41901f070
All tests passing on Go1
|
há 13 anos atrás |
Geoffrey J. Teale
|
18d5f1ea2b
Now compiling with Go 1
|
há 13 anos atrás |
Geoffrey J. Teale
|
a7928080db
Moved construction of blank row out to seperate function as part of addressing issue #2
|
há 14 anos atrás |
Geoffrey J. Teale
|
43793f1126
Slightly fleshed out the baselines testcase for readRowsFromSheet ahead of attempting to refactor
|
há 14 anos atrás |
Geoffrey J. Teale
|
8814fbe6ce
Tested trailing space rows and fixed handling of integer fields
|
há 14 anos atrás |
Geoffrey J. Teale
|
1d21c43bbd
* lib.go: Add functions to convert string coords to cartesian coords - eg "A3" -> 0,2
|
há 14 anos atrás |