Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
org.apache.poi.ss.formula.functions | |
org.apache.poi.ss.util | |
org.apache.poi.xssf.binary |
The org.apache.poi.xssf.binary package includes necessary underlying components
for streaming/read-only processing of xlsb files.
|
org.apache.poi.xssf.eventusermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSSFDataFormatter
HSSFDataFormatter contains methods for formatting the value stored in an
HSSFCell.
|
Modifier and Type | Field and Description |
---|---|
protected static DataFormatter |
TextFunction.formatter |
Modifier and Type | Method and Description |
---|---|
static double |
SheetUtil.getCellWidth(Cell cell,
int defaultCharWidth,
DataFormatter formatter,
boolean useMergedCells)
Compute width of a single cell
|
static double |
SheetUtil.getCellWidth(Cell cell,
int defaultCharWidth,
DataFormatter formatter,
boolean useMergedCells,
java.util.List<CellRangeAddress> mergedRegions)
Compute width of a single cell
This method receives the list of merged regions as querying it from the cell/sheet
is time-consuming and thus caching the list across cells speeds up certain operations
considerably.
|
Constructor and Description |
---|
XSSFBSheetHandler(java.io.InputStream is,
XSSFBStylesTable styles,
XSSFBCommentsTable comments,
SharedStrings strings,
XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler,
DataFormatter dataFormatter,
boolean formulasNotResults) |
Constructor and Description |
---|
XSSFSheetXMLHandler(Styles styles,
Comments comments,
SharedStrings strings,
XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler,
DataFormatter dataFormatter,
boolean formulasNotResults)
Accepts objects needed while parsing.
|
XSSFSheetXMLHandler(Styles styles,
SharedStrings strings,
XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler,
DataFormatter dataFormatter,
boolean formulasNotResults)
Accepts objects needed while parsing.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.