| Package | Description |
|---|---|
| org.apache.poi.common.usermodel.fonts | |
| org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
| org.apache.poi.hssf.usermodel.helpers | |
| org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
| org.apache.poi.sl.draw | |
| org.apache.poi.sl.usermodel | |
| org.apache.poi.ss.extractor | |
| org.apache.poi.ss.usermodel | |
| org.apache.poi.ss.usermodel.helpers | |
| org.apache.poi.ss.util | |
| org.apache.poi.util |
Top-level util package are classes that are useful throughout the project.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FontFacet
A FontFacet holds the font data for a shape of a font, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
default List<? extends FontFacet> |
FontInfo.getFacets()
If font facets are embedded in the document, return the list of embedded facets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HSSFRangeCopier |
| Modifier and Type | Method and Description |
|---|---|
void |
HSSFRow.copyRowFrom(Row srcRow,
CellCopyPolicy policy)
Copy the cells from srcRow to this row
If this row is not a blank row, this will merge the two rows, overwriting
the cells in this row with the cells in srcRow
If srcRow is null, overwrite cells in destination row with blank values, styles, etc per cell copy policy
srcRow may be from a different sheet in the same workbook
|
void |
HSSFRow.copyRowFrom(Row srcRow,
CellCopyPolicy policy,
CellCopyContext context)
Copy the cells from srcRow to this row.
|
void |
HSSFSheet.shiftColumns(int startColumn,
int endColumn,
int n)
Shifts columns in range [startColumn, endColumn] for n places to the right.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HSSFColumnShifter
Helper for shifting columns up or down
|
| Modifier and Type | Class and Description |
|---|---|
class |
TempFilePOIFSFileSystem
An experimental POIFSFileSystem to support the encryption of large files
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EmbeddedExtractor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObjectMetaData |
| Modifier and Type | Class and Description |
|---|---|
class |
EmbeddedExtractor
This extractor class tries to identify various embedded documents within Excel files
and provide them via a common interface, i.e.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CellCopyContext
Used when the cells are being copied from one workbook to another.
|
class |
CellCopyPolicy |
class |
DataConsolidateFunction
Enum mapping the values of STDataConsolidateFunction
|
class |
RangeCopier |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnShifter
Helper for shifting columns up or down
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CellUtil.copyCell(Cell srcCell,
Cell destCell,
CellCopyPolicy policy,
CellCopyContext context)
Copy cell value, formula and style, from srcCell per cell copy policy
If srcCell is null, clears the cell value and cell style per cell copy policy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericRecordJsonWriter |