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.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 FormulaParser
 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.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
 void HSSFChart.createBarChart(HSSFWorkbook workbook, HSSFSheet sheet)
          Creates a bar chart.
static FormulaParser HSSFFormulaEvaluator.getUnderlyingParser(HSSFWorkbook workbook, java.lang.String formula)
          Returns an underlying FormulaParser, for the specified Formula String and HSSFWorkbook.
 

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, Sheet sheet, int row, CellValueRecordInterface cval)
          Creates an HSSFCell from a CellValueRecordInterface.
HSSFCell(HSSFWorkbook book, Sheet sheet, int row, short col)
          Creates new Cell - Should only be called by HSSFRow.
HSSFCell(HSSFWorkbook book, Sheet 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)
           
HSSFName(HSSFWorkbook book, NameRecord name)
          Creates new HSSFName - called by HSSFWorkbook to create a sheet from scratch.
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(short border, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Sets the borderBottom attribute of the HSSFRegionUtil object
static void HSSFRegionUtil.setBorderLeft(short border, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Sets the left border for a region of cells by manipulating the cell style of the indidual cells on the left
static void HSSFRegionUtil.setBorderRight(short border, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Sets the borderRight attribute of the HSSFRegionUtil object
static void HSSFRegionUtil.setBorderTop(short border, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Sets the borderBottom attribute of the HSSFRegionUtil object
static void HSSFRegionUtil.setBottomBorderColor(short color, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Sets the bottomBorderColor attribute of the HSSFRegionUtil object
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(short color, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Sets the leftBorderColor attribute of the HSSFRegionUtil object
static void HSSFRegionUtil.setRightBorderColor(short color, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Sets the rightBorderColor attribute of the HSSFRegionUtil object
static void HSSFRegionUtil.setTopBorderColor(short color, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Sets the topBorderColor attribute of the HSSFRegionUtil object
 



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