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

Packages that use HSSFWorkbook
org.apache.poi.hssf.contrib.view   
org.apache.poi.hssf.dev DEV package serves two purposes. 
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.record Record package contains class representations for XLS binary strutures. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.hssf.usermodel.contrib   
 

Uses of HSSFWorkbook in org.apache.poi.hssf.contrib.view
 

Constructors in org.apache.poi.hssf.contrib.view with parameters of type HSSFWorkbook
SViewerPanel(HSSFWorkbook wb, boolean allowEdits)
          Construct the representation of the workbook
SVTableCellEditor(HSSFWorkbook wb)
           
SVTableCellRenderer(HSSFWorkbook wb)
           
 

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

Fields in org.apache.poi.hssf.dev declared as HSSFWorkbook
protected  HSSFWorkbook HSSF.hssfworkbook
           
 

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

Methods in org.apache.poi.hssf.eventusermodel that return HSSFWorkbook
static HSSFWorkbook EventWorkbookBuilder.createStubHSSFWorkbook(Workbook workbook)
          Wraps up your stub Workbook as a stub HSSFWorkbook, ready for passing to HSSFFormulaParser
 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 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.record
 

Methods in org.apache.poi.hssf.record with parameters of type HSSFWorkbook
static CFRuleRecord CFRuleRecord.create(HSSFWorkbook workbook, byte comparisonOperation, java.lang.String formulaText1, java.lang.String formulaText2)
          Creates a new comparison operation rule
static CFRuleRecord CFRuleRecord.create(HSSFWorkbook workbook, java.lang.String formulaText)
          Creates a new comparison operation rule
 java.lang.String NameRecord.getAreaReference(HSSFWorkbook book)
          gets the reference , the area only (range)
 

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

Fields in org.apache.poi.hssf.usermodel declared as HSSFWorkbook
protected  HSSFWorkbook HSSFSheet.workbook
           
 

Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFWorkbook
static HSSFEvaluationWorkbook HSSFEvaluationWorkbook.create(HSSFWorkbook book)
           
 void HSSFChart.createBarChart(HSSFWorkbook workbook, HSSFSheet sheet)
          Creates a bar chart.
 DVRecord HSSFDataValidation.createDVRecord(HSSFWorkbook workbook)
           
static void HSSFFormulaEvaluator.evaluateAllFormulaCells(HSSFWorkbook wb)
          Loops over all cells in all sheets of the supplied workbook.
 HSSFFont HSSFCellStyle.getFont(HSSFWorkbook parentWorkbook)
          gets the font for this style
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.
HSSFCell(HSSFWorkbook book, HSSFSheet sheet, CellValueRecordInterface cval)
          Creates an HSSFCell from a CellValueRecordInterface.
HSSFCell(HSSFWorkbook book, HSSFSheet sheet, int row, short col)
          Creates new Cell - Should only be called by HSSFRow.
HSSFCell(HSSFWorkbook book, HSSFSheet sheet, int row, short col, int type)
          Creates new Cell - Should only be called by HSSFRow.
HSSFCellStyle(short index, ExtendedFormatRecord rec, HSSFWorkbook workbook)
          Creates new HSSFCellStyle why would you want to do this??
HSSFFormulaEvaluator(HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Sep 2008) HSSFSheet parameter is ignored
HSSFFormulaEvaluator(HSSFWorkbook workbook)
           
HSSFSheet(HSSFWorkbook workbook)
          Creates new HSSFSheet - called by HSSFWorkbook to create a sheet from scratch.
HSSFSheet(HSSFWorkbook workbook, Sheet sheet)
          Creates an HSSFSheet representing the given Sheet object.
 

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

Methods in org.apache.poi.hssf.usermodel.contrib 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
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.