| Package | Description |
|---|---|
| org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
| org.apache.poi.ss.formula.functions | |
| org.apache.poi.ss.util | |
| org.apache.poi.xssf.eventusermodel |
| Modifier and Type | Class | Description |
|---|---|---|
class |
HSSFDataFormatter |
HSSFDataFormatter contains methods for formatting the value stored in an
HSSFCell.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected static DataFormatter |
TextFunction.formatter |
| Modifier and Type | Method | Description |
|---|---|---|
static double |
SheetUtil.getCellWidth(Cell cell,
int defaultCharWidth,
DataFormatter formatter,
boolean useMergedCells) |
Compute width of a single cell
|
| Constructor | Description |
|---|---|
XSSFSheetXMLHandler(StylesTable styles,
ReadOnlySharedStringsTable strings,
XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler,
DataFormatter dataFormatter,
boolean formulasNotResults) |
Accepts objects needed while parsing.
|
XSSFSheetXMLHandler(StylesTable styles,
CommentsTable comments,
ReadOnlySharedStringsTable strings,
XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler,
DataFormatter dataFormatter,
boolean formulasNotResults) |
Accepts objects needed while parsing.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.