ExcelAccessor Bean Suite

Serialized Form


Package com.ibm.excelaccessor

Class com.ibm.excelaccessor.ExcelAccessorException implements Serializable

Class com.ibm.excelaccessor.ExcelCell implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream objStream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException,
                        java.io.NotActiveException
Serialized Fields

range

com.ibm.excelaccessor.Range range
A Range object. Setters for the range manipulate this object.

autoCreateSheet

boolean autoCreateSheet
Indicates if the sheet is to be AutoCreated during range initialization. read/write, bound.

autoUnprotectSheet

boolean autoUnprotectSheet
Indicates if an attempt is made to unprotect the sheet at the time of initializing the range. read/write, bound.

xlWorkbook

ExcelWorkbook xlWorkbook
The reference to the ExcelWorkbook bean. write only.

worksheetName

java.lang.String worksheetName
The name of the Excel Worksheet. read/write, bound.

Class com.ibm.excelaccessor.ExcelFormat implements Serializable

Serialized Fields

size

int size

underline

int underline

name

java.lang.String name

color

java.awt.Color color

fontstyle

int fontstyle

numberFormat

java.lang.String numberFormat

fieldAboutThisBean

java.lang.String fieldAboutThisBean

Class com.ibm.excelaccessor.ExcelFormatModel implements Serializable

Serialized Fields

formatData

ExcelFormat[][] formatData

rowCount

int rowCount

columnCount

int columnCount

Class com.ibm.excelaccessor.ExcelRange implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream objStream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException,
                        java.io.NotActiveException
Serialized Fields

range

com.ibm.excelaccessor.Range range
A Range object. Setters for the range manipulate this object.

autoCreateSheet

boolean autoCreateSheet
Indicates if the sheet is to be AutoCreated during range initialization. read/write, bound.

autoUnprotectSheet

boolean autoUnprotectSheet
Indicates if an attempt is made to unprotect the sheet at the time of initializing the range. read/write, bound.

xlWorkbook

ExcelWorkbook xlWorkbook
The reference to the ExcelWorkbook bean. write only.

worksheetName

java.lang.String worksheetName
The name of the Excel Worksheet. read/write, bound.

fieldAutoGetUsedRange

boolean fieldAutoGetUsedRange
Indicates if the Used Range is to be AutoDetect during range initialization. read/write, bound.

Class com.ibm.excelaccessor.ExcelWorkbook implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException,
                        ExcelAccessorException
Reads back the state of this class from the serialized stream

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
This method writes the Workbook object state to the output stream
Serialized Fields

readOnly

boolean readOnly
The boolean flag to indicate the mode (i.e. readonly, read/write) to open the workbook in.

workbookName

java.lang.String workbookName
The name of the Excel workbook to open.

workbook

java.lang.String workbook
The workbook name as returned by the excel.

password

java.lang.String password
The password string that is internationalized

message1

java.lang.String message1
The message1 string that is internationalized

message2

java.lang.String message2
The message2 string that is internationalized

message3

java.lang.String message3
The message3 string that is internationalized

message4

java.lang.String message4
The message4 string that is internationalized

message5

java.lang.String message5
The message5 string that is internationalized

saveOnClose

boolean saveOnClose
The boolean flag to indicate whether the workbook is to be saved while closing. This flag is a Read/Write and bound property.

HeadlerExcel

int[] HeadlerExcel

Class com.ibm.excelaccessor.UnInitializedCellException implements Serializable

Class com.ibm.excelaccessor.UnInitializedRangeException implements Serializable


Package com.ibm.excelaccessor.event

Class com.ibm.excelaccessor.event.ExcelAccessorErrorEvent implements Serializable

Serialized Fields

currentException

java.lang.Exception currentException
The exception that resulted in this event being fired.

messageCode

int messageCode
The message code for the error.

message

java.lang.String message
Stores the detailed error message.

workbookName

java.lang.String workbookName
Stores the workbook name

Class com.ibm.excelaccessor.event.ExcelCellErrorEvent implements Serializable

Serialized Fields

startRow

int startRow

startCol

int startCol

endRow

int endRow

endCol

int endCol

rangeName

java.lang.String rangeName

sheetName

java.lang.String sheetName

Class com.ibm.excelaccessor.event.ExcelCellEvent implements Serializable

Serialized Fields

startRow

int startRow

startCol

int startCol

endRow

int endRow

endCol

int endCol

sheetName

java.lang.String sheetName
The name of the worksheet for the range.

workbookName

java.lang.String workbookName
The name of the workbook containing the range.

rangeName

java.lang.String rangeName
The name of the range which has been initialised or uninitialised.

id

int id
The event-id indicating the type of event.

Class com.ibm.excelaccessor.event.ExcelFormatEvent implements Serializable

Serialized Fields

id

int id

Class com.ibm.excelaccessor.event.ExcelRangeErrorEvent implements Serializable

Serialized Fields

startRow

int startRow

startCol

int startCol

endRow

int endRow

endCol

int endCol

rangeName

java.lang.String rangeName

sheetName

java.lang.String sheetName

Class com.ibm.excelaccessor.event.ExcelRangeEvent implements Serializable

Serialized Fields

startRow

int startRow

startCol

int startCol

endRow

int endRow

endCol

int endCol

sheetName

java.lang.String sheetName
The name of the worksheet for the range.

workbookName

java.lang.String workbookName
The name of the workbook containing the range.

rangeName

java.lang.String rangeName
The name of the range which has been initialised or uninitialised.

id

int id
The event-id indicating the type of event.

Class com.ibm.excelaccessor.event.ExcelSheetEvent implements Serializable

Serialized Fields

sheetName

java.lang.String sheetName
The name of the worksheet added or removed.

workbookName

java.lang.String workbookName
The name of the workbook affected by the operation.

id

int id
The event-id indicating the type of event.

Class com.ibm.excelaccessor.event.ExcelWorkbookErrorEvent implements Serializable

Class com.ibm.excelaccessor.event.ExcelWorkbookEvent implements Serializable

Serialized Fields

readOnly

boolean readOnly
Indicates whether the file was opened in the read-only mode. Is valid only in case of the WORKBOOK_OPENED event type.

saveOnClose

boolean saveOnClose
Indicates whether the file was saved before closing if it had been modified. Is valid only in case of the WORKBOOK_CLOSED event type.

workbookName

java.lang.String workbookName
The name of the workbook affected by the operation.

id

int id
The event-id indicating the type of event.

Class com.ibm.excelaccessor.event.FetchArgumentsEvent implements Serializable

Class com.ibm.excelaccessor.event.FetchPasswordEvent implements Serializable

Serialized Fields

id

int id
The event-id indicating the type of event.

Class com.ibm.excelaccessor.event.FileSavingEvent implements Serializable

Serialized Fields

workbookName

java.lang.String workbookName
The name of the modified workbook file being closed.


ExcelAccessor Bean Suite

ExcelAccessor Bean Suite