Uses of Class
org.apache.poi.hssf.record.RowRecord
Packages that use RowRecord
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
record aggregates are not real "records" but collections of records that act as a single record.
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of RowRecord in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return RowRecordModifier and TypeMethodDescriptionInternalSheet.getNextRow()
get the NEXT RowRecord (from LOC).InternalSheet.getRow
(int rownum) get the NEXT (from LOC) RowRecord where rownumber matches the given rownum.Methods in org.apache.poi.hssf.model with parameters of type RowRecord -
Uses of RowRecord in org.apache.poi.hssf.record.aggregates
Methods in org.apache.poi.hssf.record.aggregates that return RowRecordModifier and TypeMethodDescriptionstatic RowRecord
RowRecordsAggregate.createRow
(int rowNumber) Create a row record.RowRecordsAggregate.getRow
(int rowIndex) Methods in org.apache.poi.hssf.record.aggregates that return types with arguments of type RowRecordMethods in org.apache.poi.hssf.record.aggregates with parameters of type RowRecord -
Uses of RowRecord in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return RowRecordModifier and TypeMethodDescriptionprotected RowRecord
HSSFRow.getRowRecord()
get the lowlevel RowRecord represented by this object - should only be called by other parts of the high level API