| Package | Description |
|---|---|
| io.github.antoniovizuete.pojospreadsheet.core | |
| io.github.antoniovizuete.pojospreadsheet.core.converter | |
| io.github.antoniovizuete.pojospreadsheet.core.model |
| Modifier and Type | Class and Description |
|---|---|
class |
CellImpl
Prototype class that represents a POI Cell.
|
| Modifier and Type | Method and Description |
|---|---|
Cell |
RowImpl.cell()
Returns new
CellImpl instance. |
Cell |
RowImpl.cell(Integer index)
Returns the
CellImpl located into indicated index column. |
Cell |
RowImpl.cell(String column)
Returns the
CellImpl located into indicated column. |
Cell |
CellImpl.cellStyle(CellStyleKey cellStyle)
Sets the style.
|
Cell |
RowImpl.createItem(Integer index)
Internal purpose method.
|
Cell |
CellImpl.hyperlink(CellAddressImpl hyperlink)
Sets an internal link to the indicated cell.
|
Cell |
CellImpl.hyperlink(String hyperlink)
Sets an internal link to the indicated cell.
|
Cell |
CellImpl.merge(int numCells)
Merges the indicated number of
Cells. |
Cell |
CellImpl.nextCell()
Returns the next sibling
Cell. |
Cell |
CellImpl.prevCell()
Returns the previous sibling
Cell. |
Cell |
CellImpl.value(Object value)
Sets the content of the cell.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Cell> |
RowImpl.cells() |
| Modifier and Type | Method and Description |
|---|---|
Row |
RowImpl.merge(Cell cell,
int numCells)
Merges the indicated cells.
|
Sheet |
SheetImpl.mergeCell(Row row,
Cell cell,
int numCells)
Merges the indicated cells.
|
Sheet |
SheetImpl.mergeRow(Row row,
Cell cell,
int numRows)
Merges the indicated rows.
|
| Modifier and Type | Method and Description |
|---|---|
static CellStyle |
ConverterHelper.cellAsCellStyle(Cell cell)
|
static boolean |
ConverterHelper.isSpecificStyleNull(Cell cell)
|
org.apache.poi.xssf.usermodel.XSSFCellStyle |
ConverterCellDecoration.mergeXSSFCellStyle(Cell cell) |
| Modifier and Type | Method and Description |
|---|---|
Cell |
Row.cell()
Cell cell.
|
Cell |
Row.cell(Integer index)
Cell cell.
|
Cell |
Row.cell(String column)
Cell cell.
|
Cell |
Cell.cellStyle(CellStyleKey cellStyle)
Cell style cell.
|
Cell |
Cell.hyperlink(CellAddressImpl hyperlink)
Hyperlink cell.
|
Cell |
Cell.hyperlink(String hyperlink)
Hyperlink cell.
|
Cell |
Cell.merge(int numCells)
Merge cell.
|
Cell |
Cell.nextCell()
Next cell cell.
|
Cell |
Cell.prevCell()
Prev cell cell.
|
Cell |
Cell.value(Object value)
Value cell.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Cell> |
Row.cells()
Cells set.
|
| Modifier and Type | Method and Description |
|---|---|
Row |
Row.merge(Cell cell,
int numCells)
Merge row.
|
Sheet |
Sheet.mergeCell(Row row,
Cell cell,
int numCells)
Merge cell sheet.
|
Sheet |
Sheet.mergeRow(Row row,
Cell cell,
int numRows)
Merge row sheet.
|
Copyright © 2018. All rights reserved.