Uses of Class
org.apache.poi.ss.usermodel.DataFormatter
-
Packages that use DataFormatter Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.formula.functions org.apache.poi.ss.util -
-
Uses of DataFormatter in org.apache.poi.hssf.usermodel
Subclasses of DataFormatter in org.apache.poi.hssf.usermodel Modifier and Type Class Description classHSSFDataFormatterHSSFDataFormatter contains methods for formatting the value stored in an HSSFCell. -
Uses of DataFormatter in org.apache.poi.ss.formula.functions
Fields in org.apache.poi.ss.formula.functions declared as DataFormatter Modifier and Type Field Description protected static DataFormatterTextFunction. formatter -
Uses of DataFormatter in org.apache.poi.ss.util
Methods in org.apache.poi.ss.util with parameters of type DataFormatter Modifier and Type Method Description static doubleSheetUtil. getCellWidth(Cell cell, int defaultCharWidth, DataFormatter formatter, boolean useMergedCells)Compute width of a single cellstatic doubleSheetUtil. getCellWidth(Cell cell, int defaultCharWidth, DataFormatter formatter, boolean useMergedCells, 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.
-