|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.RecordData
jxl.read.biff.SupbookRecord
A record containing the references to the various sheets (internal and external) referenced by formulas in this workbook
| Field Summary | |
static jxl.read.biff.SupbookRecord.Type |
ADDIN
|
static jxl.read.biff.SupbookRecord.Type |
EXTERNAL
|
static jxl.read.biff.SupbookRecord.Type |
INTERNAL
|
static jxl.read.biff.SupbookRecord.Type |
LINK
|
static jxl.read.biff.SupbookRecord.Type |
UNKNOWN
|
| Method Summary | |
byte[] |
getData()
Gets the data - used when copying a spreadsheet |
java.lang.String |
getFileName()
Gets the name of the external file |
int |
getNumberOfSheets()
Gets the number of sheets. |
java.lang.String |
getSheetName(int i)
Gets the name of the external sheet |
jxl.read.biff.SupbookRecord.Type |
getType()
Gets the type of this supbook record |
| 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 final jxl.read.biff.SupbookRecord.Type INTERNAL
public static final jxl.read.biff.SupbookRecord.Type EXTERNAL
public static final jxl.read.biff.SupbookRecord.Type ADDIN
public static final jxl.read.biff.SupbookRecord.Type LINK
public static final jxl.read.biff.SupbookRecord.Type UNKNOWN
| Method Detail |
public jxl.read.biff.SupbookRecord.Type getType()
public int getNumberOfSheets()
public java.lang.String getFileName()
public java.lang.String getSheetName(int i)
i - the index of the external sheet
public byte[] getData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||