|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.RecordData
jxl.read.biff.ExternalSheetRecord
An Externsheet record, containing the details of externally references workbooks
| Field Summary | |
static jxl.read.biff.ExternalSheetRecord.Biff7 |
biff7
|
| Method Summary | |
byte[] |
getData()
Used when copying a workbook to access the raw external sheet data |
int |
getFirstTabIndex(int index)
Gets the first tab index for the specified external sheet |
int |
getLastTabIndex(int index)
Gets the last tab index for the specified external sheet |
int |
getNumRecords()
Accessor for the number of external sheet records |
int |
getSupbookIndex(int index)
Gets the supbook index for the specified external sheet |
| Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static jxl.read.biff.ExternalSheetRecord.Biff7 biff7
| Method Detail |
public int getNumRecords()
public int getSupbookIndex(int index)
index - the index of the supbook record
public int getFirstTabIndex(int index)
index - the index of the supbook record
public int getLastTabIndex(int index)
index - the index of the supbook record
public byte[] getData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||