decrypt excel files
Posted
by locojay
on Stack Overflow
See other posts from Stack Overflow
or by locojay
Published on 2010-03-15T21:12:45Z
Indexed on
2010/03/15
21:59 UTC
Read the original article
Hit count: 466
Hi I have 1000 encrypted workbooks which I would like to decrypt by providing a pwd. I could not find a decrypt method under apache poi or python's xlrd module.
Does anyone know a library which could handle this (wbc.decrypt(pwd)
). I would prefer a lib i could you use from a unix box.
Thanks
© Stack Overflow or respective owner