Package | Description |
---|---|
io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.ss.util | |
org.zkoss.poi.xssf.streaming | |
org.zkoss.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractExcelExporter.exportCell(Row poiRow,
SCell cell) |
static int |
ImExpUtils.getRowHeightInPx(Sheet poiSheet,
Row row) |
protected SRow |
AbstractExcelImporter.importRow(Row poiRow,
SSheet sheet) |
Modifier and Type | Class and Description |
---|---|
class |
HSSFRow
High level representation of a row of a spreadsheet.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Row> |
HSSFSheet.iterator()
Alias for
HSSFSheet.rowIterator() to allow
foreach loops |
Iterator<Row> |
HSSFSheet.rowIterator() |
Modifier and Type | Method and Description |
---|---|
void |
HSSFSheet.removeRow(Row row)
Remove a row from this sheet.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Row> |
Sheet.rowIterator()
Returns an iterator of the physical rows
|
Modifier and Type | Method and Description |
---|---|
void |
Sheet.removeRow(Row row)
Remove a row from this sheet.
|
Modifier and Type | Method and Description |
---|---|
static Row |
CellUtil.getRow(int rowIndex,
Sheet sheet)
Get a row from the spreadsheet, and create it if it doesn't exist.
|
Modifier and Type | Method and Description |
---|---|
static 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 provided
|
static Cell |
CellUtil.getCell(Row row,
int columnIndex)
Get a specific cell from a row.
|
Modifier and Type | Class and Description |
---|---|
class |
SXSSFRow
Streaming version of XSSFRow implementing the "BigGridDemo" strategy.
|
Modifier and Type | Method and Description |
---|---|
Row |
SXSSFSheet.createRow(int rownum)
Create a new row within the sheet and return the high level representation
|
Row |
SXSSFCell.getRow()
Returns the Row this cell belongs to
|
Row |
SXSSFSheet.getRow(int rownum)
Returns the logical row (not physical) 0-based.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Row> |
SXSSFSheet.iterator() |
Iterator<Row> |
SXSSFSheet.rowIterator()
Returns an iterator of the physical rows
|
Modifier and Type | Method and Description |
---|---|
void |
SXSSFSheet.removeRow(Row row)
Remove a row from this sheet.
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFRow
High level representation of a row of a spreadsheet.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Row> |
XSSFSheet.iterator()
Alias for
XSSFSheet.rowIterator() to
allow foreach loops |
Iterator<Row> |
XSSFSheet.rowIterator() |
Modifier and Type | Method and Description |
---|---|
void |
XSSFSheet.removeRow(Row row)
Remove a row from this sheet.
|
Copyright © 2020. All rights reserved.