jxl.read.biff
Class ExternalSheetRecord

java.lang.Object
  extended byjxl.biff.RecordData
      extended byjxl.read.biff.ExternalSheetRecord

public class ExternalSheetRecord
extends RecordData

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

biff7

public static jxl.read.biff.ExternalSheetRecord.Biff7 biff7
Method Detail

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:
index - 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:
index - 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:
index - 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