doy / spreadsheet-parsexlsx

parse XLSX files
http://metacpan.org/release/Spreadsheet-ParseXLSX
27 stars 35 forks source link

Support of encrypted xlsx files #37

Closed mazurin closed 8 years ago

mazurin commented 9 years ago

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

mazurin commented 9 years ago

@Tux, sorry, I'm noob in perl modules development, and I can not answer on your question

doy commented 8 years ago

This is really great, thanks!