mbleron / ExcelTable

ExcelTable is an Oracle SQL interface to read Microsoft Excel files (.xlsx, .xlsm, .xlsb, .xls, .xml), ODF spreadsheet files (.ods) and flat files as external tables
MIT License
45 stars 12 forks source link

Support for RC4 CryptoAPI encryption #19

Closed mbleron closed 4 years ago

mbleron commented 4 years ago

ExcelTable cannot read .xls files encrypted using RC4 CryptoAPI encryption, which corresponds to EncryptionVersion 2.2, 3.2 or 4.2 (according to RC4 CryptoAPI Encryption Header).

mbleron commented 4 years ago

Done in v5.0