How to create password-protected Excel in java?
This article shows you how to create a password-protected Microsoft Excel file using Apache POI. Microsoft Excel documents generally come in two different formats Excel 97(-2003) and Excel(2007+). ie XLS and XLSX formats. How to password protect an excel file? Encryption is format-dependent and needs to be implemented per format differently. Password protect XLS file …