public interface DataListener
| Modifier and Type | Field and Description |
|---|---|
static int |
NON_MERGED |
| Modifier and Type | Method and Description |
|---|---|
void |
finishSheet()
Come to the end of the sheet.
|
void |
newCell(int row,
int column,
String value,
int mergedColStart)
Enter a new cell.
|
void |
newRow(int rowNumber,
int columns)
Enter a new row.
|
void |
startSheet(String name)
Start a new sheet
|
static final int NON_MERGED
void startSheet(String name)
name - the sheet namevoid finishSheet()
void newRow(int rowNumber,
int columns)
rowNumber - columns - void newCell(int row,
int column,
String value,
int mergedColStart)
row - the row numbercolumn - the column alpha character labelvalue - the string value of the cellmergedCol - the "source" column if it is merged. -1 otherwise.Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.