Library:JExcelAPI
Version:2.6
Compatibility:JDK 1.4
Exceptions in library JExcelAPI.
NamePackageDescription
AssertionFailedcommonAn exception thrown when an assert (from the Assert class) fails
BiffExceptionjxl.read.biffException thrown when reading a biff file
ColumnsExceededExceptionjxl.write.biffException thrown when attempting to add a column to a spreadsheet which has already reached the maximum amount
CopyAdditionalPropertySetsExceptionjxl.write.biffException thrown when attempting to copy a workbook which contains additional property sets
FormulaExceptionjxl.biff.formulaException thrown when parsing a formula
JXLExceptionjxlBase exception class for JExcelAPI exceptions
JxlWriteExceptionjxl.write.biffException thrown when reading a biff file
NumFormatRecordsExceptionjxl.biffExcel places a constraint on the number of format records that are allowed.
PasswordExceptionjxl.read.biffA properly typed exception in case consumers of the API specifically wish to handle the case when the workbook is password protected
RowsExceededExceptionjxl.write.biffException thrown when attempting to add a row to a spreadsheet which has already reached the maximum amount
WriteExceptionjxl.writeException thrown when using the API to generate an Excel file
Search