Geoffrey Teale
|
93266e4a34
go fmt
|
12 years ago |
Geoffrey Teale
|
98fdad36ff
Test that we can deal with arbitrarily named sheet files within the XLSX file.
|
12 years ago |
Geoffrey Teale
|
cafb1a06c7
- Make several small stylistic clean-ups.
|
12 years ago |
Geoffrey Teale
|
770d14ad55
All tests now passing
|
12 years ago |
Geoffrey Teale
|
7a55ebf3af
Add failing test for issue17
|
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 |
Geoffrey Teale
|
0082f222c2
Add TestReadStylesFromZipFile.
|
12 years ago |
Daniel YC Lin
|
e2a5a0cf54
1. fixed get not get last column problem
|
12 years ago |
Geoff Teale
|
83cfcb3d79
Restored tests to working state and recovered testfile.xlsx.
|
13 years ago |
Geoff Teale
|
9e213c4057
Fixed TestReadRowsFromSheet following pulls of two succesive patches that broke it.
|
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
|
fe870cea58
Moved construction of blank row out to seperate function as part of addressing issue #2
|
14 years ago |
Geoffrey Teale
|
9d265441e1
Slightly fleshed out the baselines testcase for readRowsFromSheet ahead of attempting to refactor
|
14 years ago |
Geoffrey Teale
|
c365aeeec4
Tested trailing space rows and fixed handling of integer fields
|
14 years ago |
Geoffrey Teale
|
f8f352ba5c
* lib.go: Add functions to convert string coords to cartesian coords - eg "A3" -> 0,2
|
14 years ago |
Geoff Teale
|
c0c95c0ddb
Baseline functionality working with minimal testing - lets call this 0.01
|
14 years ago |
Geoff Teale
|
41359b127b
Extract XLSXWorksheet from XLSX file from a reference in XSLXSheet
|
14 years ago |
Geoff Teale
|
be31440332
* lib_test.go: Removed unused import
|
14 years ago |
Geoff Teale
|
445cb6a216
Added docstring as widely as possible
|
14 years ago |
Geoff Teale
|
0fb51f65f6
Factored out tests to files matching the source locations.
|
14 years ago |
Geoff Teale
|
bf70898df3
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.
|
14 years ago |
Geoff Teale
|
0d2832c960
* lib_test.go: Test creation of XLSXSheetStruct objects when opening a file
|
14 years ago |