summaryrefslogtreecommitdiffstats
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Don't parse sheets where there's no extracted file. See #38Stuart Watt2015-09-012-0/+11
* use the proper Spreadsheet::ParseExcel api hereJesse Luehrs2015-03-151-11/+11
* don't assume all of these elements exist (#29)Jesse Luehrs2015-03-152-0/+11
* Merge branch 'pull-35'Jesse Luehrs2015-03-152-0/+40
|\
| * Remove TAB character in test scriptDave Clarke2015-03-071-1/+1
| * Added Parsing for Page Setup, Diagonal BordersDave Clarke2015-03-052-0/+40
* | Add tests for using_1904_date.FL2015-02-073-0/+14
* | Rename "bug-lock" to "bug-16" in keeping with the general naming convention f...FL2015-02-072-1/+1
|/
* Merge pull request #26 from felliott/parseexcel-parityJesse Luehrs2014-07-054-0/+40
|\
| * 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 l...FL2014-07-052-0/+26
|/
* 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
* 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