Package org.apache.poi.hssf.record
Class OldStringRecord
java.lang.Object
org.apache.poi.hssf.record.OldStringRecord
Biff2 - Biff 4 Label Record (0x0007 / 0x0207) - read only support for
formula string results.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionshortgetSid()protected static StringgetString(byte[] data, CodepageRecord codepage) booleanisBiff2()voidsetCodePage(CodepageRecord codepage) toString()
-
Field Details
-
biff2_sid
public static final short biff2_sid- See Also:
-
biff345_sid
public static final short biff345_sid- See Also:
-
-
Constructor Details
-
OldStringRecord
- Parameters:
in- the RecordInputstream to read the record from
-
-
Method Details