|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Row | |
---|---|
org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.usermodel |
Uses of Row in org.apache.poi.hssf.usermodel |
---|
Classes in org.apache.poi.hssf.usermodel that implement Row | |
---|---|
class |
HSSFRow
High level representation of a row of a spreadsheet. |
Methods in org.apache.poi.hssf.usermodel that return types with arguments of type Row | |
---|---|
java.util.Iterator<Row> |
HSSFSheet.iterator()
Alias for HSSFSheet.rowIterator() to allow
foreach loops |
java.util.Iterator<Row> |
HSSFSheet.rowIterator()
|
Methods in org.apache.poi.hssf.usermodel with parameters of type Row | |
---|---|
void |
HSSFSheet.removeRow(Row row)
Remove a row from this sheet. |
Uses of Row in org.apache.poi.ss.usermodel |
---|
Methods in org.apache.poi.ss.usermodel that return Row | |
---|---|
Row |
Sheet.createRow(int rownum)
Create a new row within the sheet and return the high level representation |
Row |
Cell.getRow()
Returns the Row this cell belongs to |
Row |
Sheet.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 Row | |
---|---|
java.util.Iterator<Row> |
Sheet.rowIterator()
Returns an iterator of the physical rows |
Methods in org.apache.poi.ss.usermodel with parameters of type Row | |
---|---|
void |
Sheet.removeRow(Row row)
Remove a row from this sheet. |
Uses of Row in org.apache.poi.xssf.usermodel |
---|
Classes in org.apache.poi.xssf.usermodel that implement Row | |
---|---|
class |
XSSFRow
High level representation of a row of a spreadsheet. |
Methods in org.apache.poi.xssf.usermodel that return types with arguments of type Row | |
---|---|
java.util.Iterator<Row> |
XSSFSheet.iterator()
Alias for XSSFSheet.rowIterator() to
allow foreach loops |
java.util.Iterator<Row> |
XSSFSheet.rowIterator()
|
Methods in org.apache.poi.xssf.usermodel with parameters of type Row | |
---|---|
void |
XSSFSheet.removeRow(Row row)
Remove a row from this sheet. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |