tafia / calamine

A pure Rust Excel/OpenDocument SpreadSheets file reader: rust on metal sheets
MIT License
1.6k stars 155 forks source link

Fixes #102 #376

Closed saks closed 6 months ago

saks commented 7 months ago

This PR attempts to help with the detection of password protected XLSX files (#102). I guess there are many improvements that can be made to this first naive attempt, but I'd like to get the conversation started.

Even in this basic form it already solves the problem we have on our project (we won't have to call file as a sub-process).

Please let me know what can be improved, happy to get any feedback.

Thanks!

tafia commented 6 months ago

Thanks!