Hello! 25.04.2011 19:20, Shinichiro Abe пишет: > Hello.Thank you for your reply. > If you know, please let me know. > In fact, I use the function of text extracraction on solr which uses solr > cell(Tika). > In this situation,the same error threw. > Where should I specify the password for decryption, TikaConfig or else?
Use static method setCurrentUserPassword(String password) of org.apache.poi.hssf.record.crypto.Biff8EncryptionKey. It sets thread local variable. Do not forget to reset it to null after text extraction. best wishes, Max --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
