summaryrefslogtreecommitdiffstats
path: root/t/encryption.t
Commit message (Collapse)AuthorAgeFilesLines
* open files in raw modeJesse Luehrs2016-07-141-4/+4
| | | | this is required on windows
* support scalar refs as inputs tooJesse Luehrs2016-06-251-9/+26
| | | | for compatibility with Spreadsheet::ParseExcel
* clean up test a bitJesse Luehrs2015-12-041-22/+18
|
* use the same password api as Spreadsheet::ParseExcelJesse Luehrs2015-12-041-2/+3
|
* t/encryption.t typo fixAlexey Mazurin2015-03-191-1/+1
|
* Support of encrypted xlsx filesAlexey Mazurin2015-03-191-0/+30
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