Uses of Class
loci.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 loci.poi.hssf.model
Methods in loci.poi.hssf.model that return RowRecordModifier and TypeMethodDescriptionSheet.createRow(int row) Create a row record.Sheet.getNextRow()get the NEXT RowRecord (from LOC).Sheet.getRow(int rownum) get the NEXT (from LOC) RowRecord where rownumber matches the given rownum.Methods in loci.poi.hssf.model with parameters of type RowRecord -
Uses of RowRecord in loci.poi.hssf.record.aggregates
Methods in loci.poi.hssf.record.aggregates that return RowRecordModifier and TypeMethodDescriptionstatic RowRecordRowRecordsAggregate.createRow(int row) Create a row record.RowRecordsAggregate.getRow(int rownum) Methods in loci.poi.hssf.record.aggregates with parameters of type RowRecord -
Uses of RowRecord in loci.poi.hssf.usermodel
Methods in loci.poi.hssf.usermodel that return RowRecordModifier and TypeMethodDescriptionprotected RowRecordHSSFRow.getRowRecord()get the lowlevel RowRecord represented by this object - should only be called by other parts of the high level APIConstructors in loci.poi.hssf.usermodel with parameters of type RowRecord