Geoffrey J. Teale
|
102dbdb076
Merge branch 'fix-styleindex-0-origin' of https://github.com/nazo/xlsx into nazo-fix-styleindex-0-origin
|
před 11 roky |
Geoffrey J. Teale
|
cf13d6c87d
go fmt
|
před 11 roky |
Geoffrey J. Teale
|
e4e890e676
Merge branch 'fix/xlsx-multiple-spans' of https://github.com/minimum2scp/xlsx into minimum2scp-fix/xlsx-multiple-spans
|
před 11 roky |
Geoffrey J. Teale
|
18526a4602
Test built-in numeric formats.
|
před 11 roky |
Geoffrey J. Teale
|
e73bceb44d
Return NumberFormat string from Cell.
|
před 11 roky |
Geoffrey J. Teale
|
8739828adb
Rework date.go to be legible (as far as possible) and add tests.
|
před 11 roky |
takuya sato
|
09ab4fdf79
fix GetStyle() 0-origin-start and applyXxxx ignored
|
před 11 roky |
YAMADA Tsuyoshi
|
bf59f69ef3
Fix for multiple ranges in a row
|
před 11 roky |
Geoffrey J. Teale
|
9f1865bd41
Allow for manual calculation of the dimensions of a sheet if no DimensionRef is
|
před 11 roky |
Lunny Xiao
|
9e91007bc7
add Name field for Sheet
|
před 11 roky |
Geoffrey J. Teale
|
4e42553b15
Add and test NewFile function
|
před 11 roky |
bronze1man
|
e88aa428a5
pr-read-in-memory
|
před 11 roky |
Geoffrey J. Teale
|
1e3dddf3b7
Fix blank column handling to pass new test case.
|
před 12 roky |
Geoffrey J. Teale
|
229e811767
Modify readRowsFromSheet to handle series of rows and cells omitted from the
|
před 12 roky |
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
|
8efcae5939
Remove TODO
|
před 12 roky |
Geoffrey J. Teale
|
58bf57e24b
Merge branch 'master' of https://github.com/kokardy/xlsx into kokardy-master
|
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 |
magician1
|
a6c85cca7b
refer to xl/_rels/workbook.xml.rel
|
před 12 roky |
Geoffrey J. Teale
|
79e870b623
go fmt
|
před 12 roky |
Geoffrey J. Teale
|
196249312c
Fix an issue with empty rows (I forgot that these are emitted from the XML).
|
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 |