Hi I have 1000 encrypted books that I would like to decrypt by providing pwd. I could not find the decryption method in apache poi or python xlrd module.
Does anyone know a library that could handle this ( wbc.decrypt(pwd)). I would prefer lib, which I could use from a unix window.
thank
source
share