Possible Duplicate:
How can I access password protected Excel workbook in Java using POI api
How to open a password protected Word/Excel-file using Apache POI in Java ? Please, write the code.
How to open a password protected Word/Excel-file using Apache POI in Java ? Please, write the code. |
||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
Apache POI support for reading encrypted XLSX and DOCX files. Refer the Apache POI documentation Your code should be something like this:
|
|||||
|