|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CreationHelper | |
|---|---|
| org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
| org.apache.poi.ss.usermodel | |
| org.apache.poi.xssf.streaming | |
| org.apache.poi.xssf.usermodel | |
| Uses of CreationHelper in org.apache.poi.hssf.usermodel |
|---|
| Classes in org.apache.poi.hssf.usermodel that implement CreationHelper | |
|---|---|
class |
HSSFCreationHelper
|
| Uses of CreationHelper in org.apache.poi.ss.usermodel |
|---|
| Methods in org.apache.poi.ss.usermodel that return CreationHelper | |
|---|---|
CreationHelper |
Workbook.getCreationHelper()
Returns an object that handles instantiating concrete classes of the various instances one needs for HSSF and XSSF. |
| Uses of CreationHelper in org.apache.poi.xssf.streaming |
|---|
| Classes in org.apache.poi.xssf.streaming that implement CreationHelper | |
|---|---|
class |
SXSSFCreationHelper
Streaming Creation Helper, which performs some actions based on the Streaming Workbook, and some on the related regular XSSF Workbook |
| Methods in org.apache.poi.xssf.streaming that return CreationHelper | |
|---|---|
CreationHelper |
SXSSFWorkbook.getCreationHelper()
Returns an object that handles instantiating concrete classes of the various instances one needs for HSSF, XSSF and SXSSF. |
| Uses of CreationHelper in org.apache.poi.xssf.usermodel |
|---|
| Classes in org.apache.poi.xssf.usermodel that implement CreationHelper | |
|---|---|
class |
XSSFCreationHelper
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||