Uses of Class
org.apache.poi.hssf.usermodel.HSSFWorkbook

Packages that use HSSFWorkbook
org.apache.poi.hssf.eventusermodel HSSF eventmodel Package provides an event-based API for reading HSSF files. 
org.apache.poi.hssf.extractor   
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.hssf.util util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts. 
 

Uses of HSSFWorkbook in org.apache.poi.hssf.eventusermodel
 

Methods in org.apache.poi.hssf.eventusermodel that return HSSFWorkbook
 HSSFWorkbook EventWorkbookBuilder.SheetRecordCollectingListener.getStubHSSFWorkbook()
           
 

Uses of HSSFWorkbook in org.apache.poi.hssf.extractor
 

Constructors in org.apache.poi.hssf.extractor with parameters of type HSSFWorkbook
ExcelExtractor(HSSFWorkbook wb)
           
 

Uses of HSSFWorkbook in org.apache.poi.hssf.model
 

Methods in org.apache.poi.hssf.model with parameters of type HSSFWorkbook
static Ptg[] HSSFFormulaParser.parse(java.lang.String formula, HSSFWorkbook workbook)
          Convenience method for parsing cell formulas.
static Ptg[] HSSFFormulaParser.parse(java.lang.String formula, HSSFWorkbook workbook, int formulaType)
           
static Ptg[] HSSFFormulaParser.parse(java.lang.String formula, HSSFWorkbook workbook, int formulaType, int sheetIndex)
           
static java.lang.String HSSFFormulaParser.toFormulaString(HSSFWorkbook book, Ptg[] ptgs)
          Static method to convert an array of Ptgs in RPN order to a human readable string format in infix mode.
 

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

Methods in org.apache.poi.hssf.usermodel that return HSSFWorkbook
static HSSFWorkbook HSSFWorkbook.create(InternalWorkbook book)
           
 

Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFWorkbook
static HSSFEvaluationWorkbook HSSFEvaluationWorkbook.create(HSSFWorkbook book)
           
static HSSFFormulaEvaluator HSSFFormulaEvaluator.create(HSSFWorkbook workbook, IStabilityClassifier stabilityClassifier, UDFFinder udfFinder)
           
static void HSSFFormulaEvaluator.evaluateAllFormulaCells(HSSFWorkbook wb)
          Loops over all cells in all sheets of the supplied workbook.
static void HSSFOptimiser.optimiseCellStyles(HSSFWorkbook workbook)
          Goes through the Wokrbook, optimising the cell styles by removing duplicate ones.
static void HSSFOptimiser.optimiseFonts(HSSFWorkbook workbook)
          Goes through the Workbook, optimising the fonts by removing duplicate ones.
 void HSSFCellStyle.verifyBelongsToWorkbook(HSSFWorkbook wb)
          Verifies that this style belongs to the supplied Workbook.
 

Constructors in org.apache.poi.hssf.usermodel with parameters of type HSSFWorkbook
EscherGraphics(HSSFShapeGroup escherGroup, HSSFWorkbook workbook, java.awt.Color forecolor, float verticalPointsPerPixel)
          Construct an escher graphics object.
HSSFFormulaEvaluator(HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Sep 2008) HSSFSheet parameter is ignored
HSSFFormulaEvaluator(HSSFWorkbook workbook)
           
HSSFFormulaEvaluator(HSSFWorkbook workbook, IStabilityClassifier stabilityClassifier)
           
 

Uses of HSSFWorkbook in org.apache.poi.hssf.util
 

Methods in org.apache.poi.hssf.util with parameters of type HSSFWorkbook
static void HSSFCellUtil.setAlignment(HSSFCell cell, HSSFWorkbook workbook, short align)
          Take a cell, and align it.
static void HSSFRegionUtil.setBorderBottom(int border, CellRangeAddress region, HSSFSheet sheet, HSSFWorkbook workbook)
          Sets the borderBottom attribute of the HSSFRegionUtil object
static void HSSFRegionUtil.setBorderBottom(short border, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Aug 2008) use CellRangeAddress instead of Region
static void HSSFRegionUtil.setBorderLeft(int border, CellRangeAddress region, HSSFSheet sheet, HSSFWorkbook workbook)
          Sets the left border for a region of cells by manipulating the cell style of the individual cells on the left
static void HSSFRegionUtil.setBorderLeft(short border, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Aug 2008) use CellRangeAddress instead of Region
static void HSSFRegionUtil.setBorderRight(int border, CellRangeAddress region, HSSFSheet sheet, HSSFWorkbook workbook)
          Sets the borderRight attribute of the HSSFRegionUtil object
static void HSSFRegionUtil.setBorderRight(short border, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Aug 2008) use CellRangeAddress instead of Region
static void HSSFRegionUtil.setBorderTop(int border, CellRangeAddress region, HSSFSheet sheet, HSSFWorkbook workbook)
          Sets the borderBottom attribute of the HSSFRegionUtil object
static void HSSFRegionUtil.setBorderTop(short border, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Aug 2008) use CellRangeAddress instead of Region
static void HSSFRegionUtil.setBottomBorderColor(int color, CellRangeAddress region, HSSFSheet sheet, HSSFWorkbook workbook)
          Sets the bottomBorderColor attribute of the HSSFRegionUtil object
static void HSSFRegionUtil.setBottomBorderColor(short color, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Aug 2008) use CellRangeAddress instead of Region
static void HSSFCellUtil.setCellStyleProperty(HSSFCell cell, HSSFWorkbook workbook, java.lang.String propertyName, java.lang.Object propertyValue)
          This method attempt to find an already existing HSSFCellStyle that matches what you want the style to be.
static void HSSFCellUtil.setFont(HSSFCell cell, HSSFWorkbook workbook, HSSFFont font)
          Take a cell, and apply a font to it
static void HSSFRegionUtil.setLeftBorderColor(int color, CellRangeAddress region, HSSFSheet sheet, HSSFWorkbook workbook)
          Sets the leftBorderColor attribute of the HSSFRegionUtil object
static void HSSFRegionUtil.setLeftBorderColor(short color, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Aug 2008) use CellRangeAddress instead of Region
static void HSSFRegionUtil.setRightBorderColor(int color, CellRangeAddress region, HSSFSheet sheet, HSSFWorkbook workbook)
          Sets the rightBorderColor attribute of the HSSFRegionUtil object
static void HSSFRegionUtil.setRightBorderColor(short color, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Aug 2008) use CellRangeAddress instead of Region
static void HSSFRegionUtil.setTopBorderColor(int color, CellRangeAddress region, HSSFSheet sheet, HSSFWorkbook workbook)
          Sets the topBorderColor attribute of the HSSFRegionUtil object
static void HSSFRegionUtil.setTopBorderColor(short color, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Aug 2008) use CellRangeAddress instead of Region