I am using java.util.zip package to unzip the xlsx files and using Stax parser for reading the data. Is it possible to unzip the password protected xlsx file using the java.util.zip
package. When I try this I am not able to get the sheet.xml files , I can able to see only the encrypted folders.
Asked
Active
Viewed 485 times
0

user987339
- 10,519
- 8
- 40
- 45

Soorya Prakash
- 921
- 3
- 9
- 29
-
Why you do not use apache poi for reading xslx files? – Jens Dec 07 '15 at 07:37
1 Answers
0
Standard Java API does not support password protected zip files.
Same question:
see this: Password protected zip file in java
then this: http://java.sys-con.com/node/1258827

Community
- 1
- 1

guillaume girod-vitouchkina
- 3,061
- 1
- 10
- 26