Geoffrey J. Teale
|
e3897a16f7
go fmt
|
před 12 roky |
Geoffrey J. Teale
|
d827bc35f6
Test that we can deal with arbitrarily named sheet files within the XLSX file.
|
před 12 roky |
Geoffrey J. Teale
|
bdb4b68895
- Make several small stylistic clean-ups.
|
před 12 roky |
Geoffrey J. Teale
|
e2b3c8977f
All tests now passing
|
před 12 roky |
Geoffrey J. Teale
|
033984a372
Add failing test for issue17
|
před 12 roky |
Geoffrey J. Teale
|
2474321062
Rename Style.Boders -> Style.Border (correctly spelt and singular).
|
před 12 roky |
Geoffrey J. Teale
|
0e341d43a5
* Change Style.Fills -> Style.Fill (a better name for a singular element)
|
před 12 roky |
Geoffrey J. Teale
|
a3128a11df
go fmt
|
před 12 roky |
Geoffrey J. Teale
|
e20fec90df
Test copying Font information into user level cell style.
|
před 12 roky |
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.
|
před 12 roky |
Geoffrey J. Teale
|
2c1335f283
Add some extra information to style extracted from file
|
před 12 roky |
Geoffrey J. Teale
|
872b35ec62
Test unmarshalling fills from testfile.xlsx
|
před 12 roky |
Geoffrey J. Teale
|
7dc33dbb53
Add TestReadStylesFromZipFile.
|
před 12 roky |
Daniel YC Lin
|
720616c87c
1. fixed get not get last column problem
|
před 12 roky |
Geoffrey J. Teale
|
013a99ce1d
Restored tests to working state and recovered testfile.xlsx.
|
před 13 roky |
Geoffrey J. Teale
|
71417c366e
Fixed TestReadRowsFromSheet following pulls of two succesive patches that broke it.
|
před 13 roky |
Steven Degutis
|
75d556e806
only exporting proper things
|
před 13 roky |
Geoffrey J. Teale
|
d41901f070
All tests passing on Go1
|
před 13 roky |
Geoffrey J. Teale
|
18d5f1ea2b
Now compiling with Go 1
|
před 13 roky |
Geoffrey J. Teale
|
a7928080db
Moved construction of blank row out to seperate function as part of addressing issue #2
|
před 14 roky |
Geoffrey J. Teale
|
43793f1126
Slightly fleshed out the baselines testcase for readRowsFromSheet ahead of attempting to refactor
|
před 14 roky |
Geoffrey J. Teale
|
8814fbe6ce
Tested trailing space rows and fixed handling of integer fields
|
před 14 roky |
Geoffrey J. Teale
|
1d21c43bbd
* lib.go: Add functions to convert string coords to cartesian coords - eg "A3" -> 0,2
|
před 14 roky |
Geoffrey J. Teale
|
44799e921d
Baseline functionality working with minimal testing - lets call this 0.01
|
před 14 roky |
Geoffrey J. Teale
|
40bcbbcb5f
Extract XLSXWorksheet from XLSX file from a reference in XSLXSheet
|
před 14 roky |
Geoffrey J. Teale
|
1db7a9d381
* lib_test.go: Removed unused import
|
před 14 roky |
Geoffrey J. Teale
|
81782d3510
Added docstring as widely as possible
|
před 14 roky |
Geoffrey J. Teale
|
373a7297cc
Factored out tests to files matching the source locations.
|
před 14 roky |
Geoffrey J. Teale
|
d8266296ab
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.
|
před 14 roky |
Geoffrey J. Teale
|
ada80d9522
* lib_test.go: Test creation of XLSXSheetStruct objects when opening a file
|
před 14 roky |