Class LoadPasswordProtectedXlsx
- java.lang.Object
-
- org.apache.poi.examples.xssf.usermodel.LoadPasswordProtectedXlsx
-
public final class LoadPasswordProtectedXlsx extends Object
An example that loads a password protected workbook and counts the sheets.- The example demonstrates that all temp files are removed.
AesZipFileZipEntrySourceis used to ensure that temp files are encrypted.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLoadPasswordProtectedXlsx.EncryptionHandler
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidexecute(String[] args, LoadPasswordProtectedXlsx.EncryptionHandler handler)static voidmain(String[] args)
-