| Package | Description |
|---|---|
| io.github.antoniovizuete.pojospreadsheet.core | |
| io.github.antoniovizuete.pojospreadsheet.core.model |
| Modifier and Type | Class and Description |
|---|---|
class |
SheetImpl
Prototype class that represents a POI Sheet.
|
| Modifier and Type | Method and Description |
|---|---|
Sheet |
SheetImpl.addImage(CellAddress address,
String resourcePath)
Creates an
Image from the resourcePath and places it at
the indicated address. |
Sheet |
SheetImpl.addImage(Image image)
Adds the passed
Image to the sheet. |
Sheet |
AbstractSpreadsheet.addSheet()
Add sheet sheet.
|
Sheet |
AbstractSpreadsheet.addSheet(Integer index)
Add sheet sheet.
|
Sheet |
SheetImpl.alias(String alias)
Deprecated.
|
Sheet |
SheetImpl.autoSize(Boolean autoSize)
Sets auto-size flag.
|
Sheet |
AbstractSpreadsheet.createItem(Integer index) |
Sheet |
SheetImpl.createTextBox(CellRegion region,
String content)
Creates an
TextBoxImpl places it into the indicated region
and sets its value. |
Sheet |
SheetImpl.createTextBox(TextBox textBox)
Adds the passed
TextBoxImpl to the sheet. |
Sheet |
SheetImpl.filterRegion(CellRegion region)
Sets the filter on indicated region.
|
Sheet |
SheetImpl.mergeCell(int rowIndex,
int columnIndex,
int numCells)
Merges the indicated cells.
|
Sheet |
SheetImpl.mergeCell(Row row,
Cell cell,
int numCells)
Merges the indicated cells.
|
Sheet |
SheetImpl.mergeRegion(CellRegion region)
Merges the indicated
CellRegionImpl |
Sheet |
SheetImpl.mergeRegion(String region)
Merges the indicated
CellRegionImpl |
Sheet |
SheetImpl.mergeRow(int rowIndex,
int columnIndex,
int numRows)
Merges the indicated rows.
|
Sheet |
SheetImpl.mergeRow(Row row,
Cell cell,
int numRows)
Merges the indicated rows.
|
Sheet |
SheetImpl.name(String name)
Sets the sheet's name.
|
Sheet |
AbstractSpreadsheet.newSheet()
Returns a new
SheetImpl instance. |
Sheet |
RowImpl.parentSheet()
Returns the
SheetImpl where the Cell is located. |
Sheet |
CellImpl.parentSheet()
Returns the
SheetImpl where the Cell is located. |
| Modifier and Type | Method and Description |
|---|---|
Set<Sheet> |
AbstractSpreadsheet.sheets() |
| Constructor and Description |
|---|
RowImpl(Sheet sheet,
Integer index) |
| Modifier and Type | Method and Description |
|---|---|
Sheet |
Sheet.addImage(CellAddress address,
String resourcePath)
Add image sheet.
|
Sheet |
Sheet.addImage(Image image)
Add image sheet.
|
Sheet |
Sheet.alias(String alias)
Deprecated.
|
Sheet |
Sheet.autoSize(Boolean autoSize)
Auto size sheet.
|
Sheet |
Sheet.createTextBox(CellRegion region,
String content)
Create text box sheet.
|
Sheet |
Sheet.createTextBox(TextBox textBox)
Create text box sheet.
|
Sheet |
Sheet.filterRegion(CellRegion region)
Filter region sheet.
|
Sheet |
Sheet.mergeCell(int rowIndex,
int columnIndex,
int numCells)
Merge cell sheet.
|
Sheet |
Sheet.mergeCell(Row row,
Cell cell,
int numCells)
Merge cell sheet.
|
Sheet |
Sheet.mergeRegion(CellRegion region)
Merge region sheet.
|
Sheet |
Sheet.mergeRegion(String region)
Merge region sheet.
|
Sheet |
Sheet.mergeRow(int rowIndex,
int columnIndex,
int numRows)
Merge row sheet.
|
Sheet |
Sheet.mergeRow(Row row,
Cell cell,
int numRows)
Merge row sheet.
|
Sheet |
Sheet.name(String name)
Name sheet.
|
Sheet |
Spreadsheet.newSheet()
New sheet sheet.
|
Sheet |
Row.parentSheet()
Parent sheet sheet.
|
Sheet |
Cell.parentSheet()
Parent sheet sheet.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Sheet> |
Spreadsheet.sheets()
Sheets set.
|
Copyright © 2018. All rights reserved.