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.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSSFCombobox |
class |
HSSFComment
Represents a cell comment - a sticky note associated with a cell.
|
class |
HSSFObjectData
Represents binary object (i.e.
|
class |
HSSFPicture
Represents a escher picture.
|
class |
HSSFPolygon |
class |
HSSFSimpleShape
Represents a simple shape such as a line, rectangle or oval.
|
class |
HSSFTextbox
A textbox is a shape that may hold a rich text string.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ObjectData
Common interface for OLE shapes, i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFObjectData
Represents binary object (i.e.
|
class |
XSSFSimpleShape
Represents a shape with a predefined geometry in a SpreadsheetML drawing.
|
class |
XSSFTextBox
Represents a text box in a SpreadsheetML drawing.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.