简体   繁体   中英

How to unzip the “Password Protected xlsx file” using java

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM