|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.ss.util.SheetBuilder
public class SheetBuilder
Class SheetBuilder
provides an easy way of building workbook sheets
from 2D array of Objects. It can be used in test cases to improve code
readability or in Swing applications with tables.
Constructor Summary | |
---|---|
SheetBuilder(Workbook workbook,
java.lang.Object[][] cells)
|
Method Summary | |
---|---|
Sheet |
build()
Builds sheet from parent workbook and 2D array with cell values. |
boolean |
getCreateEmptyCells()
Returns true if null array elements should be treated as empty
cells. |
SheetBuilder |
setCreateEmptyCells(boolean shouldCreateEmptyCells)
Specifies if null array elements should be treated as empty cells. |
SheetBuilder |
setSheetName(java.lang.String sheetName)
Specifies name of the sheet to build. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SheetBuilder(Workbook workbook, java.lang.Object[][] cells)
Method Detail |
---|
public boolean getCreateEmptyCells()
true
if null array elements should be treated as empty
cells.
true
if null objects should be treated as empty cells
and false
otherwisepublic SheetBuilder setCreateEmptyCells(boolean shouldCreateEmptyCells)
shouldCreateEmptyCells
- true
if null array elements should be
treated as empty cells
this
public SheetBuilder setSheetName(java.lang.String sheetName)
sheetName
- sheet name to use
this
public Sheet build()
java.util.Date
or java.util.Calendar
instances become date cells.Object.toString()
method call.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |