summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* be a bit safer about filesJesse Luehrs2015-12-042-76/+49
* simplify signature checkingJesse Luehrs2015-12-041-22/+25
* split the decryptor modules out into their own filesJesse Luehrs2015-12-044-414/+418
* use the same password api as Spreadsheet::ParseExcelJesse Luehrs2015-12-042-32/+21
* Merge pull request #37 from mazurin/encryptionJesse Luehrs2015-12-044-14/+517
|\
| * Removed tabs and extra spaces in ParseXLSX.pmAlexey Mazurin2015-03-191-6/+6
| * t/encryption.t typo fixAlexey Mazurin2015-03-191-1/+1
| * Support of encrypted xlsx filesAlexey Mazurin2015-03-194-14/+517
* | Merge pull request #47 from ssims/masterJesse Luehrs2015-12-045-0/+39
|\ \
| * | Check to see if rows and columns are hiddenSteve Simms2015-10-293-0/+23
| * | Check to see if worksheets are hiddenSteve Simms2015-10-293-0/+16
* | | style nitsJesse Luehrs2015-12-042-19/+11
* | | Merge pull request #46 from zhouzhen1/target_abspathJesse Luehrs2015-12-033-5/+33
|\ \ \ | |/ / |/| |
| * | add support for having absolute path in internal xml file targetszhouzhen12015-10-033-5/+33
|/ /
* | 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 #38Stuart Watt2015-09-013-7/+22
|/ /
* | Merge pull request #39 from rjbs/v5.8Jesse Luehrs2015-07-271-7/+14
|\ \
| * | 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
* 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
| * | 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
| * | Added Parsing for Page Setup, Diagonal BordersDave Clarke2015-03-053-2/+72
| |/
* | Merge pull request #31 from f20/masterJesse Luehrs2015-03-147-3/+17
|\ \ | |/ |/|
| * 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 f...FL2015-02-072-1/+1
|/
* 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 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
|\ \ | |/ |/|