Uses of Interface
org.apache.poi.ss.usermodel.Row
Packages that use Row
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of Row in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement RowModifier and TypeClassDescriptionfinal class
High level representation of a row of a spreadsheet.Methods in org.apache.poi.hssf.usermodel that return types with arguments of type RowModifier and TypeMethodDescriptionHSSFSheet.iterator()
Alias forHSSFSheet.rowIterator()
to allow foreach loopsHSSFSheet.rowIterator()
Methods in org.apache.poi.hssf.usermodel with parameters of type Row -
Uses of Row in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return RowModifier and TypeMethodDescriptionSheet.createRow
(int rownum) Create a new row within the sheet and return the high level representationCell.getRow()
Returns the Row this cell belongs toSheet.getRow
(int rownum) Returns the logical row (not physical) 0-based.Methods in org.apache.poi.ss.usermodel that return types with arguments of type RowMethods in org.apache.poi.ss.usermodel with parameters of type Row -
Uses of Row in org.apache.poi.ss.util
Methods in org.apache.poi.ss.util that return RowModifier and TypeMethodDescriptionstatic Row
Get a row from the spreadsheet, and create it if it doesn't exist.Methods in org.apache.poi.ss.util with parameters of type RowModifier and TypeMethodDescriptionstatic Cell
CellUtil.createCell
(Row row, int column, String value) Create a cell, and give it a value.static Cell
CellUtil.createCell
(Row row, int column, String value, CellStyle style) Creates a cell, gives it a value, and applies a style if providedstatic Cell
Get a specific cell from a row. -
Uses of Row in org.apache.poi.xssf.streaming
Classes in org.apache.poi.xssf.streaming that implement RowModifier and TypeClassDescriptionclass
Streaming version of XSSFRow implementing the "BigGridDemo" strategy.Methods in org.apache.poi.xssf.streaming that return RowMethods in org.apache.poi.xssf.streaming that return types with arguments of type RowModifier and TypeMethodDescriptionSXSSFSheet.iterator()
SXSSFSheet.rowIterator()
Returns an iterator of the physical rowsMethods in org.apache.poi.xssf.streaming with parameters of type Row -
Uses of Row in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement RowModifier and TypeClassDescriptionclass
High level representation of a row of a spreadsheet.Methods in org.apache.poi.xssf.usermodel that return types with arguments of type RowModifier and TypeMethodDescriptionXSSFSheet.iterator()
Alias forXSSFSheet.rowIterator()
to allow foreach loopsXSSFSheet.rowIterator()
Methods in org.apache.poi.xssf.usermodel with parameters of type RowModifier and TypeMethodDescriptionvoid
XSSFRow.copyRowFrom
(Row srcRow, CellCopyPolicy policy) Copy the cells from srcRow to this row If this row is not a blank row, this will merge the two rows, overwriting the cells in this row with the cells in srcRow If srcRow is null, overwrite cells in destination row with blank values, styles, etc per cell copy policy srcRow may be from a different sheet in the same workbookvoid
Remove a row from this sheet.Method parameters in org.apache.poi.xssf.usermodel with type arguments of type RowModifier and TypeMethodDescriptionvoid
XSSFSheet.copyRows
(List<? extends Row> srcRows, int destStartRow, CellCopyPolicy policy) copyRows rows from srcRows to this sheet starting at destStartRow Additionally copies merged regions that are completely defined in these rows (ie.