You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Justin Warren <ju...@consilient.com> on 2007/04/16 19:19:00 UTC

Encryption/password protected excel/word files

Hi all, 

 

I am trying to detect if a file is password protected before reading it
(ie, if it is password protected, I want to ignore it). Right now, I am
just catching exceptions that get thrown, but I was wondering if there
was another way of doing this.

 

Thanks