Open addijhaq opened 5 years ago
Hello,
I've noticed that there is a way to "unlock" a sheet via a password field on the StreamingReader.builder()
but this doesn't allow me to check on a sheet with protection....
I need to verify that the sheet still maintains it's password integrity before I read it.
Is this possible? I've tried casting the Sheet to XSSFSheet from the StreamingSheet and of course this does not work. Thanks!
Do you have a runnable example that manifests this behavior?
Hello,
I've noticed that there is a way to "unlock" a sheet via a password field on the StreamingReader.builder()
but this doesn't allow me to check on a sheet with protection....
I need to verify that the sheet still maintains it's password integrity before I read it.
Is this possible? I've tried casting the Sheet to XSSFSheet from the StreamingSheet and of course this does not work. Thanks!