|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface containing some common workbook methods. This so that objects which are re-used for both readable and writable workbooks can still make the same method calls on a workbook
| Method Summary | |
java.lang.String |
getName(int index)
Gets the name at the specified index |
int |
getNameIndex(java.lang.String name)
Gets the index of the name record for the name |
Sheet |
getReadSheet(int index)
Gets the specified sheet within this workbook |
| Method Detail |
public Sheet getReadSheet(int index)
index - the zero based index of the required sheet
public java.lang.String getName(int index)
index - the index into the name table
public int getNameIndex(java.lang.String name)
name - the name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||