Uses of Class
org.apache.poi.hssf.record.CellRecord
-
Packages that use CellRecord Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
Uses of CellRecord in org.apache.poi.hssf.record
Subclasses of CellRecord in org.apache.poi.hssf.record Modifier and Type Class Description classBoolErrRecordCreates new BoolErrRecord.classFormulaRecordFormula Record (0x0006).classLabelSSTRecordRefers to a string in the shared string table and is a column value.classNumberRecordNUMBER (0x0203) Contains a numeric cell value.classRKRecordAn internal 32 bit number with the two most significant bits storing the type.Methods in org.apache.poi.hssf.record that return CellRecord Modifier and Type Method Description abstract CellRecordCellRecord. copy()Constructors in org.apache.poi.hssf.record with parameters of type CellRecord Constructor Description CellRecord(CellRecord other)
-