summaryrefslogtreecommitdiffstats
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26 from felliott/parseexcel-parityJesse Luehrs2014-07-054-0/+40
|\ | | | | Add TabColor and ColFmtNo support to ParseXLSX
| * add ColFmtNo support to ParseXLSXFitz Elliott2014-07-052-0/+25
| |
| * add TabColor support to ParseXLSXFitz Elliott2014-07-052-0/+15
| |
* | Fix bug-15 test: (merged) cell B2 of the Format sheet is locked.FL2014-07-051-1/+1
| |
* | Improve locked cell detection for cells with hidden formulas. Add test for ↵FL2014-07-052-0/+26
|/ | | | locked cell detection.
* return undef to mean 'the default color' (#15)Jesse Luehrs2014-01-291-1/+1
|
* fix this test (#15)Jesse Luehrs2014-01-291-1/+8
|
* support locked and hidden cells (#15)Jesse Luehrs2014-01-292-0/+25
|
* support more font properties (#14)Jesse Luehrs2013-12-092-0/+35
|
* make get_filename work (masonik)Jesse Luehrs2013-11-132-0/+11
|
* use the right test data file hereJesse Luehrs2013-11-061-1/+1
|
* implement the inlineStr cell typeJesse Luehrs2013-11-062-0/+24
|
* test for merged cells (#10)Jesse Luehrs2013-10-092-0/+99
|
* fix rich text cell contents (merrilymeredith, #11)Jesse Luehrs2013-10-092-0/+15
|
* fix row and column range for empty sheets (fixes #8)Jesse Luehrs2013-09-162-0/+19
|
* handle the 'e' format (fixes #7)Jesse Luehrs2013-09-162-0/+14
|
* another testJesse Luehrs2013-09-102-0/+139
|
* these are unusedJesse Luehrs2013-09-101-2/+0
|
* fix string lookups when cells have complicated formatting (#6)Jesse Luehrs2013-09-091-0/+30
| | | | | | if a cell has multiple different formats, this shows up as multiple different rich text parts in the shared string table, so make sure to only count each shared string table entry once
* test for additional cell types (#6)Jesse Luehrs2013-09-052-0/+11
|
* fix this algorithm againJesse Luehrs2013-08-291-0/+27
|
* be a bit more specific when picking out xml nodes (fixes #5)Jesse Luehrs2013-07-312-0/+11
|
* fix the row translation formula (fixes #4)Jesse Luehrs2013-07-312-0/+22
|
* test for #3Jesse Luehrs2013-07-302-0/+72
|
* fix spreadsheets that have only a single cell (#2)Jesse Luehrs2013-07-292-0/+22
|
* basic testJesse Luehrs2013-07-162-0/+344