Class SupBookRecord

All Implemented Interfaces:
org.apache.poi.common.Duplicatable, GenericRecord

public final class SupBookRecord extends StandardRecord
A External Workbook Description (Supplemental Book). Its only a dummy record for making new ExternSheet Record
  • Field Details

  • Constructor Details

    • SupBookRecord

      public SupBookRecord(SupBookRecord other)
    • SupBookRecord

      public SupBookRecord(String url, String[] sheetNames)
    • SupBookRecord

      public SupBookRecord(RecordInputStream in)
      called by the constructor, should set class level fields. Should throw runtime exception for bad/incomplete data.
      Parameters:
      in - the stream to read from
  • Method Details

    • createInternalReferences

      public static SupBookRecord createInternalReferences(short numberOfSheets)
    • createAddInFunctions

      public static SupBookRecord createAddInFunctions()
    • createExternalReferences

      public static SupBookRecord createExternalReferences(String url, String[] sheetNames)
    • isExternalReferences

      public boolean isExternalReferences()
    • isInternalReferences

      public boolean isInternalReferences()
    • isAddInFunctions

      public boolean isAddInFunctions()
    • serialize

      public void serialize(LittleEndianOutput out)
    • setNumberOfSheets

      public void setNumberOfSheets(short number)
    • getNumberOfSheets

      public short getNumberOfSheets()
    • getSid

      public short getSid()
      Description copied from class: Record
      return the non static version of the id for this record.
      Specified by:
      getSid in class Record
      Returns:
      he id for this record
    • getURL

      public String getURL()
    • getSheetNames

      public String[] getSheetNames()
    • setURL

      public void setURL(String pUrl)
    • copy

      public SupBookRecord copy()
      Specified by:
      copy in interface org.apache.poi.common.Duplicatable
      Specified by:
      copy in class StandardRecord
    • getGenericRecordType

      public HSSFRecordTypes getGenericRecordType()
      Specified by:
      getGenericRecordType in interface GenericRecord
      Specified by:
      getGenericRecordType in class Record
    • getGenericProperties

      public Map<String,Supplier<?>> getGenericProperties()