summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelogHEAD0.27masterJesse Luehrs2016-08-161-0/+2
|
* handle cell data without explicit location data (#61)Jesse Luehrs2016-08-164-10/+34
| | | | apparently this is a thing sometimes?
* changelog0.26Jesse Luehrs2016-08-161-0/+2
|
* changelogJesse Luehrs2016-08-161-0/+2
|
* bump required perl version (#62)Jesse Luehrs2016-08-161-1/+1
|
* changelog0.25Jesse Luehrs2016-07-141-0/+2
|
* open files in raw modeJesse Luehrs2016-07-143-6/+7
| | | | this is required on windows
* changelog0.24Jesse Luehrs2016-06-251-0/+2
|
* changelogJesse Luehrs2016-06-251-0/+1
|
* support scalar refs as inputs tooJesse Luehrs2016-06-253-11/+44
| | | | for compatibility with Spreadsheet::ParseExcel
* changelog0.23Jesse Luehrs2016-05-281-0/+2
|
* changelogJesse Luehrs2016-05-281-2/+3
|
* stop testing on pre-5.14 perlsJesse Luehrs2016-05-251-2/+0
| | | | since dzil no longer supports them
* changelog0.22Jesse Luehrs2016-05-251-0/+2
|
* gitignoreJesse Luehrs2016-05-251-0/+1
|
* changelogJesse Luehrs2016-05-251-0/+2
|
* handling merged cells doesn't actually require two full passesJesse Luehrs2016-05-251-13/+8
| | | | | parsing the full sheet can be quite slow, and we can just fix things up directly after a single pass instead
* be more efficient about finding merged cellsJesse Luehrs2016-05-251-5/+3
|
* avoid calling first_child twice hereJesse Luehrs2016-05-251-2/+3
|
* apparently i don't really understand how the apply* attributes workJesse Luehrs2016-05-241-18/+11
| | | | but actually suppressing their associated styles is apparently wrong
* fix some typosJesse Luehrs2016-05-241-5/+5
|
* changelog0.21Jesse Luehrs2016-05-231-0/+2
|
* add rich text support (Carlos Alberto Danzos)Jesse Luehrs2016-05-233-9/+137
|
* ensure row and column hidden state is coerced to a booleanJesse Luehrs2016-05-232-2/+4
|
* update changelogJesse Luehrs2016-05-231-0/+5
|
* don't try to read format attributes that we don't care aboutJesse Luehrs2016-05-221-65/+71
|
* allow for non-case-sensitive zip file entries (???) (Tux, #57)Jesse Luehrs2016-05-223-8/+24
|
* 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)
* | nope, 5.24 isn't on travis yetJesse Luehrs2016-05-221-1/+0
| |
* | fix up changelogJesse Luehrs2016-05-221-1/+3
| |
* | patternType should default to 0 (vfilatov, #41)Jesse Luehrs2016-05-223-1/+16
| |
* | update travisJesse Luehrs2016-05-221-0/+1
| |
* | not all files have styles eitherJesse Luehrs2016-05-223-43/+102
| |
* | handle non-default xml namespacesJesse Luehrs2016-05-224-61/+89
| |
* | ensure _color always returns a single itemJesse Luehrs2016-05-221-1/+1
| |
* | better error message when loading xls files (#52)Jesse Luehrs2016-05-223-1/+5
|/ | | | | | 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
* changelog0.20Jesse Luehrs2015-12-051-0/+2
|
* changelogJesse Luehrs2015-12-051-0/+2
|
* note that shared formulas aren't supported (#28)Jesse Luehrs2015-12-051-0/+8
|
* add links to the important Spreadsheet::ParseExcel docs. (#34)Jesse Luehrs2015-12-051-0/+4
|
* don't rely on exact precision in this test (#49)Jesse Luehrs2015-12-051-1/+1
| | | | for instance, it was failing on perls with -Duselongdouble
* changelog0.19Jesse Luehrs2015-12-041-0/+2
|
* travisJesse Luehrs2015-12-041-0/+2
|
* changelogJesse Luehrs2015-12-041-0/+3
|
* clean up test a bitJesse Luehrs2015-12-041-22/+18
|
* pod coverageJesse Luehrs2015-12-043-0/+29
|
* clean up various nitsJesse Luehrs2015-12-043-22/+14
|