How to Read password-protected Excel in java?
This article shows you how to read password-protected Microsoft Excel documents using Apache POI in java. Microsoft Excel documents generally come in two different formats Excel 97(-2003) and Excel(2007+). ie XLS and XLSX formats. Reading protected documents is format-dependent and needs to be implemented per format differently. But using WorkbookFactory class, we would write a generic …