summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelog0.18Jesse Luehrs2015-09-191-0/+2
|
* changelogJesse Luehrs2015-09-191-0/+3
|
* this was fixed in the last versionJesse Luehrs2015-09-191-2/+0
|
* Merge pull request #43 from morungos/masterJesse Luehrs2015-09-193-7/+22
|\ | | | | Don't parse sheets where there's no extracted file. See #38
| * Don't parse sheets where there's no extracted file. See #38Stuart Watt2015-09-013-7/+22
|/ | | | See discussion at: https://github.com/doy/spreadsheet-parsexlsx/issues/38. The patch is a little different from the minimal one suggested initially, because we probably don't even want to return a sheet when we can't parse it.
* Merge pull request #39 from rjbs/v5.8Jesse Luehrs2015-07-271-7/+14
|\ | | | | restore v5.8 support
| * restore v5.8 supportRicardo Signes2015-07-271-7/+14
|/
* changelog0.17Jesse Luehrs2015-03-251-0/+2
|
* changelogJesse Luehrs2015-03-151-0/+8
|
* remove unnecessary commentsJesse Luehrs2015-03-151-3/+0
|
* handle more booleans betterJesse Luehrs2015-03-151-17/+23
|
* use the proper Spreadsheet::ParseExcel api hereJesse Luehrs2015-03-152-17/+22
|
* don't assume all of these elements exist (#29)Jesse Luehrs2015-03-153-12/+30
| | | | apparently google docs doesn't generate a bunch of stuff
* bump perl version requirement (#33)Jesse Luehrs2015-03-151-0/+1
|
* Merge branch 'pull-27'Jesse Luehrs2015-03-151-7/+21
|\
| * cleanupsJesse Luehrs2015-03-151-13/+12
| |
| * Fixed bug when last column shorter than normalunknown2014-10-161-2/+6
| |
| * Adjustments to support undefined values created by JasperSoftrdboisvert2014-08-061-7/+18
| |
* | Merge branch 'pull-35'Jesse Luehrs2015-03-153-2/+86
|\ \
| * | fix travisJesse Luehrs2015-03-151-1/+1
| | |
| * | handle other valid booleans for diagonalDown and diagonalUpJesse Luehrs2015-03-151-2/+11
| | | | | | | | | | | | | | | the spec allows for 1/0/true/false, so need to make sure they're all handled
| * | don't call ->text on the element if it doesn't existJesse Luehrs2015-03-151-2/+7
| | |
| * | Remove TAB character in test scriptDave Clarke2015-03-071-1/+1
| | | | | | | | | | | | missed tab character in test script t\page-Setup.t
| * | Added Parsing for Page Setup, Diagonal BordersDave Clarke2015-03-053-2/+72
| |/ | | | | | | | | Modifed ParseXLSX.pm to parse Page Setup , margins, and also parsing of diagonal borders. Also added new test script page-Setup.t
* | Merge pull request #31 from f20/masterJesse Luehrs2015-03-147-3/+17
|\ \ | |/ |/| Spreadsheet::ParseXLSX: fix bug that caused using_1904_date to return the wrong answer
| * Update list of perl versions in Travis CI configuration file.FL2015-02-071-1/+1
| |
| * Fix code to satisfy using_1904_date test.FL2015-02-071-1/+1
| |
| * Add tests for using_1904_date.FL2015-02-073-0/+14
| |
| * Rename "bug-lock" to "bug-16" in keeping with the general naming convention ↵FL2015-02-072-1/+1
|/ | | | for tests.
* changelog0.16Jesse Luehrs2014-07-051-0/+2
|
* changelogJesse Luehrs2014-07-051-0/+4
|
* avoid dying if these tags are missing (#23)Jesse Luehrs2014-07-051-5/+7
|
* Merge pull request #26 from felliott/parseexcel-parityJesse Luehrs2014-07-055-2/+54
|\ | | | | Add TabColor and ColFmtNo support to ParseXLSX
| * add ColFmtNo support to ParseXLSXFitz Elliott2014-07-053-2/+31
| |
| * add TabColor support to ParseXLSXFitz Elliott2014-07-053-0/+23
| |
* | Merge branch 'pull-25'Jesse Luehrs2014-07-054-8/+35
|\ \ | |/ |/|
| * Add support for optional $formatter argument in parse method.FL2014-07-051-5/+6
| |
| * 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-053-1/+27
| | | | | | | | locked cell detection.
| * Merge branch 'master' of ssh://github.com/doy/spreadsheet-parsexlsxFL2014-07-041-1/+7
| |\
| * | Correct locked cell detection (no information means locked).FL2014-06-181-1/+1
| | |
* | | changelog0.15Jesse Luehrs2014-07-041-0/+2
| | |
* | | changelogJesse Luehrs2014-07-041-0/+3
| | |
* | | stop using eval hereJesse Luehrs2014-07-041-5/+3
| | |
* | | Merge branch 'pull-21'Jesse Luehrs2014-07-041-140/+206
|\ \ \ | |_|/ |/| |
| * | Merge remote-tracking branch 'upstream/master'Meredith Howard2014-06-252-11/+37
| |\|
| * | Return missing comments, clean wsMeredith Howard2014-06-251-3/+6
| | |
| * | Parse worksheets in Twig mode.Meredith Howard2014-03-191-135/+182
| | |
| * | Parse Shared Strings in twig mode, rather than building a tree of the entire ↵Meredith Howard2014-03-181-11/+27
| | | | | | | | | | | | xml doc just to copy it into an array.
* | | skip excel files in Test::NoTabsJesse Luehrs2014-07-041-1/+7
| |/ |/|