简体   繁体   中英

how to check if an excel file is password protected using jxl

I am trying to write and read a password protected excel file, I found that I can set and reset a password by using "com.jexcel.util.ExcelAdapter" library. But I could not find a method to check if file is protected.

Can any one guide me?

Thanks!

我想这就是您想要的: Workbook.isProtected()

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