Package | Description |
---|---|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.xssf.streaming | |
org.zkoss.poi.xssf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSSFPatriarch
The patriarch is the toplevel container for shapes in a sheet.
|
Modifier and Type | Method and Description |
---|---|
Drawing |
Sheet.createDrawingPatriarch()
Creates the top-level drawing patriarch.
|
Modifier and Type | Method and Description |
---|---|
Drawing |
SXSSFSheet.createDrawingPatriarch()
Creates the top-level drawing patriarch.
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFDrawing
Represents a SpreadsheetML drawing
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.