summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* handle cell data without explicit location data (#61)Jesse Luehrs2016-08-161-10/+21
| | | | apparently this is a thing sometimes?
* bump required perl version (#62)Jesse Luehrs2016-08-161-1/+1
|
* support scalar refs as inputs tooJesse Luehrs2016-06-251-1/+11
| | | | for compatibility with Spreadsheet::ParseExcel
* 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
|
* add rich text support (Carlos Alberto Danzos)Jesse Luehrs2016-05-231-9/+114
|
* ensure row and column hidden state is coerced to a booleanJesse Luehrs2016-05-231-2/+2
|
* 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-221-8/+13
|
* 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)
* | patternType should default to 0 (vfilatov, #41)Jesse Luehrs2016-05-221-1/+2
| |
* | not all files have styles eitherJesse Luehrs2016-05-221-41/+86
| |
* | handle non-default xml namespacesJesse Luehrs2016-05-221-61/+77
| |
* | ensure _color always returns a single itemJesse Luehrs2016-05-221-1/+1
| |
* | better error message when loading xls files (#52)Jesse Luehrs2016-05-222-1/+4
|/ | | | | | 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
* 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
|
* pod coverageJesse Luehrs2015-12-043-0/+29
|
* clean up various nitsJesse Luehrs2015-12-043-22/+14
|
* be a bit safer about filesJesse Luehrs2015-12-042-76/+49
| | | | don't use two-arg open, don't use File::Temp::tempfile
* 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-041-30/+18
|
* Merge pull request #37 from mazurin/encryptionJesse Luehrs2015-12-041-14/+487
|\
| * Removed tabs and extra spaces in ParseXLSX.pmAlexey Mazurin2015-03-191-6/+6
| |
| * Support of encrypted xlsx filesAlexey Mazurin2015-03-191-14/+487
| | | | | | | | | | | | | | | | | | | | | | Added support for reading encrypted xlsx files in accordance with [MS-OFFCRYPTO]: Office Document Cryptography Structure https://msdn.microsoft.com/en-us/library/cc313071(v=office.12).aspx Support of standard and agile encryption modified: lib/Spreadsheet/ParseXLSX.pm new file: t/data/encryption-agile-123q.xlsx new file: t/data/encryption-standard-default-password.xlsx new file: t/encryption.t
* | Merge pull request #47 from ssims/masterJesse Luehrs2015-12-041-0/+7
|\ \
| * | Check to see if rows and columns are hiddenSteve Simms2015-10-291-0/+6
| | |
| * | Check to see if worksheets are hiddenSteve Simms2015-10-291-0/+1
| | |
* | | style nitsJesse Luehrs2015-12-041-11/+9
| | |
* | | add support for having absolute path in internal xml file targetszhouzhen12015-10-031-5/+16
|/ /
* | this was fixed in the last versionJesse Luehrs2015-09-191-2/+0
| |
* | Don't parse sheets where there's no extracted file. See #38Stuart Watt2015-09-011-7/+11
| | | | | | | | 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.
* | restore v5.8 supportRicardo Signes2015-07-271-7/+14
|/
* 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-151-6/+11
|
* don't assume all of these elements exist (#29)Jesse Luehrs2015-03-151-12/+19
| | | | 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-151-2/+46
|\ \