Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSSFObjectData
Represents binary object (i.e.
|
Modifier and Type | Method and Description |
---|---|
ObjectData |
Drawing.createObjectData(ClientAnchor anchor,
int storageId,
int pictureIndex)
Adds a new OLE Package Shape
|
Modifier and Type | Method and Description |
---|---|
ObjectData |
SXSSFDrawing.createObjectData(ClientAnchor anchor,
int storageId,
int pictureIndex) |
Modifier and Type | Class and Description |
---|---|
class |
XSSFObjectData
Represents binary object (i.e.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.