Class OldStringRecord

java.lang.Object
org.apache.poi.hssf.record.OldStringRecord

public final class OldStringRecord extends Object
Biff2 - Biff 4 Label Record (0x0007 / 0x0207) - read only support for formula string results.
  • Field Details

  • Constructor Details

    • OldStringRecord

      public OldStringRecord(RecordInputStream in)
      Parameters:
      in - the RecordInputstream to read the record from
  • Method Details

    • isBiff2

      public boolean isBiff2()
    • getSid

      public short getSid()
    • setCodePage

      public void setCodePage(CodepageRecord codepage)
    • getString

      public String getString()
      Returns:
      The string represented by this record.
    • getString

      protected static String getString(byte[] data, CodepageRecord codepage)
    • toString

      public String toString()
      Overrides:
      toString in class Object