| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Class | Description |
|---|---|---|
class |
HSSFPatriarch |
The patriarch is the toplevel container for shapes in a sheet.
|
| Modifier and Type | Method | Description |
|---|---|---|
Drawing |
Sheet.createDrawingPatriarch() |
Creates the top-level drawing patriarch.
|
| Modifier and Type | Method | Description |
|---|---|---|
Drawing |
SXSSFSheet.createDrawingPatriarch() |
Creates the top-level drawing patriarch.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
XSSFDrawing |
Represents a SpreadsheetML drawing
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.