ExcelAccessor Bean Suite

Package com.ibm.excelaccessor

Class Summary
ExcelCell This bean represents a cell in an Excel Worksheet.
ExcelFormat This bean represents some format-related properties of a cell.
ExcelFormatModel The ExcelFormatModel bean together with the ExcelFormat bean lets you to access and modify some of these properties from Java code.
ExcelRange This bean represents an Excel range and is used to access that range from the ExcelWorkbook supplied to this range.
ExcelWorkbook The ExcelWorkbook class is a bean belonging to the ExcelAccessor bean suite.
 

Exception Summary
ExcelAccessorException Signals that an exception occurred in the ExcelAccessor bean suite.
UnInitializedCellException Signals that the requested operation could not be performed as the range had not been Initialized yet.
UnInitializedRangeException Signals that the requested operation could not be performed as the range had not been Initialized yet.
 


ExcelAccessor Bean Suite

ExcelAccessor Bean Suite