0

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.

user987339
  • 10,519
  • 8
  • 40
  • 45
Soorya Prakash
  • 921
  • 3
  • 9
  • 29

1 Answers1

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