Package | Description |
---|---|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
org.zkoss.poi.ss.util | |
org.zkoss.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 | Method and Description |
---|---|
static double |
SheetUtil.getCellWidth(Cell cell,
int defaultCharWidth,
DataFormatter formatter,
boolean useMergedCells)
Compute width of a single cell
|
Constructor and Description |
---|
XSSFSheetXMLHandler(StylesTable styles,
ReadOnlySharedStringsTable strings,
XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler,
DataFormatter dataFormatter,
boolean formulasNotResults)
Accepts objects needed while parsing.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.