Uses of Class
org.apache.poi.ss.usermodel.DataFormatter

Packages that use DataFormatter
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.ss.util   
 

Uses of DataFormatter in org.apache.poi.hssf.usermodel
 

Subclasses of DataFormatter in org.apache.poi.hssf.usermodel
 class HSSFDataFormatter
          HSSFDataFormatter contains methods for formatting the value stored in an HSSFCell.
 

Uses of DataFormatter in org.apache.poi.ss.util
 

Methods in org.apache.poi.ss.util with parameters of type DataFormatter
static double SheetUtil.getCellWidth(Cell cell, int defaultCharWidth, DataFormatter formatter, boolean useMergedCells)
          Compute width of a single cell