jxl.read.biff
Class  ExternalSheetRecord
java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.read.biff.ExternalSheetRecord
- public class ExternalSheetRecord
- extends RecordData
  
An Externsheet record, containing the details of externally references 
 workbooks
 
 
 
 
| 
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 java.lang.Object | 
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait | 
 
biff7
public static ExternalSheetRecord.Biff7 biff7
xtiArray
private ExternalSheetRecord.XTI[] xtiArray
- The array of XTI structures
 
ExternalSheetRecord
ExternalSheetRecord(Record t)
- Constructs this object from the raw data
- Parameters:
 t - the raw data
 
 
ExternalSheetRecord
ExternalSheetRecord(Record t,
                    ExternalSheetRecord.Biff7 dummy)
- Constructs this object from the raw data in biff 7 format.
 Does nothing here
- Parameters:
 t - the raw data
 
 
getNumRecords
public int getNumRecords()
- Accessor for  the number of external sheet records
- Returns:
 - the number of XTI records
 
 
 
getSupbookIndex
public int getSupbookIndex(int index)
- Gets the supbook index for the specified external sheet
- Parameters:
 the - index of the supbook record- Returns:
 - the supbook index
 
 
 
getFirstTabIndex
public int getFirstTabIndex(int index)
- Gets the first tab index for the specified external sheet
- Parameters:
 the - index of the supbook record- Returns:
 - the first tab index
 
 
 
getLastTabIndex
public int getLastTabIndex(int index)
- Gets the last tab index for the specified external sheet
- Parameters:
 the - index of the supbook record- Returns:
 - the last tab index
 
 
 
getData
public byte[] getData()
- Used when copying a workbook to access the raw external sheet data
- Returns:
 - the raw external sheet data