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