Class OldStringRecord


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

      • OldStringRecord

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

      • isBiff2

        public boolean isBiff2()
      • getSid

        public short getSid()
      • getString

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object