summaryrefslogtreecommitdiffstats
path: root/lib/Spreadsheet/ParseXLSX
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #51 from mazurin/masterJesse Luehrs2016-05-223-9/+9
|\ | | | | Attempt to correct the issue #50 (Encryption fails with perl-5.22.1 on HP-UX-ia64)
| * replace in pack() "V" to "L<"Alexey Mazurin2015-12-293-9/+9
| |
| * missed pack("L", ...) in Agile.pm and Standard.pmAlexey Mazurin2015-12-292-3/+3
| |
| * Attempt to correct the issue #50 (Encryption fails with perl-5.22.1 on ↵Alexey Mazurin2015-12-291-6/+6
| | | | | | | | HP-UX-ia64)
* | better error message when loading xls files (#52)Jesse Luehrs2016-05-221-0/+2
|/ | | | | | encrypted xlsx files use the same file container format as xls files, and so our simple heuristic here will identify xls files as encrypted xlsx files - we should bail out if we can't find encrypted data instead
* pod coverageJesse Luehrs2015-12-043-0/+29
|
* clean up various nitsJesse Luehrs2015-12-043-22/+14
|
* be a bit safer about filesJesse Luehrs2015-12-041-50/+28
| | | | don't use two-arg open, don't use File::Temp::tempfile
* split the decryptor modules out into their own filesJesse Luehrs2015-12-043-0/+416