|
Spreadsheet Toolkit | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--corpus.extractor.ExcelaccessorRead
| Constructor Summary | |
ExcelaccessorRead(java.lang.String workbookname)
Create a new ExcelaccessorRead using the default workbookname. |
|
| Method Summary | |
void |
closeDownExcel()
Shutsdown excel, currently further attempts to use extractor will fail. |
void |
fetchArgumentsCalled(com.ibm.excelaccessor.event.FetchArgumentsEvent arg1)
This code fills in the worksheets array from the workbook. |
WorkBook |
getWorkBook()
|
static void |
main(java.lang.String[] args)
The main method of the ExcelaccessorRead class creates a new ExcelaccessorRead object. |
void |
rangeInitialized(com.ibm.excelaccessor.event.ExcelRangeEvent arg1)
Setting the autoGetUsedRange flag to "true" we force the ExcelRange1 object to determine the used range of the workbook. |
void |
rangeUninitialized(com.ibm.excelaccessor.event.ExcelRangeEvent arg1)
|
void |
startApp()
Called after switchWorkbook();. |
void |
switchWorkbook(java.lang.String workbookname)
|
void |
workbookClosed(com.ibm.excelaccessor.event.ExcelWorkbookEvent arg1)
|
void |
workbookOpened(com.ibm.excelaccessor.event.ExcelWorkbookEvent arg1)
The startApp() method calls the openWorkbook() method of the ExcelWorkbook1 object. |
void |
workbookStructureUnprotected(com.ibm.excelaccessor.event.ExcelWorkbookEvent arg1)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExcelaccessorRead(java.lang.String workbookname)
| Method Detail |
public static void main(java.lang.String[] args)
public void switchWorkbook(java.lang.String workbookname)
public void startApp()
public void closeDownExcel()
public WorkBook getWorkBook()
public void fetchArgumentsCalled(com.ibm.excelaccessor.event.FetchArgumentsEvent arg1)
fetchArgumentsCalled in interface com.ibm.excelaccessor.event.FetchArgumentsListenerpublic void rangeInitialized(com.ibm.excelaccessor.event.ExcelRangeEvent arg1)
rangeInitialized in interface com.ibm.excelaccessor.event.ExcelRangeListenerpublic void rangeUninitialized(com.ibm.excelaccessor.event.ExcelRangeEvent arg1)
rangeUninitialized in interface com.ibm.excelaccessor.event.ExcelRangeListenerpublic void workbookClosed(com.ibm.excelaccessor.event.ExcelWorkbookEvent arg1)
workbookClosed in interface com.ibm.excelaccessor.event.ExcelWorkbookListenerpublic void workbookOpened(com.ibm.excelaccessor.event.ExcelWorkbookEvent arg1)
workbookOpened in interface com.ibm.excelaccessor.event.ExcelWorkbookListenerpublic void workbookStructureUnprotected(com.ibm.excelaccessor.event.ExcelWorkbookEvent arg1)
workbookStructureUnprotected in interface com.ibm.excelaccessor.event.ExcelWorkbookListener
|
Spreadsheet Toolkit | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||