Uses of Class
com.extentech.ExtenXLS.WorkBookException

Packages that use WorkBookException
com.extentech.crypto.mscrypto   
com.extentech.ExtenXLS The ExtenXLS package contains the primary classes for working with spreadsheets. 
 

Uses of WorkBookException in com.extentech.crypto.mscrypto
 

Methods in com.extentech.crypto.mscrypto that throw WorkBookException
static Document MSOfficeDecrypter.decrypt(java.io.InputStream encryptedStream, java.lang.String password)
          Decrypts an input stream containing an MSOffice encrypted file.
static Document MSOfficeDecrypter.decryptPP(java.io.InputStream encryptedStream, java.lang.String password, CellParseEventListener tcv)
          Decrypts an input stream containing an MSOffice encrypted file, registers PullParser listeners
static java.io.InputStream MSOfficeDecrypter.decryptStream(java.io.InputStream encryptedStream, java.lang.String password)
          Decrypts an input stream containing an MSOffice encrypted file.
 

Uses of WorkBookException in com.extentech.ExtenXLS
 

Methods in com.extentech.ExtenXLS that throw WorkBookException
 void WorkSheetHandle.setProtected(boolean protect, java.lang.String password)
          Sets whether the worksheet is protected.
 



Copyright © 2011 Extentech Inc. All Rights Reserved.