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

Packages that use HSSFSheet
org.apache.poi.hssf.contrib.view   
org.apache.poi.hssf.record.formula.functions   
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 HSSFSheet in org.apache.poi.hssf.contrib.view
 

Methods in org.apache.poi.hssf.contrib.view with parameters of type HSSFSheet
protected  javax.swing.JComponent SViewerPanel.makeSheetView(HSSFSheet sheet)
           
 

Constructors in org.apache.poi.hssf.contrib.view with parameters of type HSSFSheet
SVRowHeader(HSSFSheet sheet, javax.swing.JTable table, int extraHeight)
           
SVTableModel(HSSFSheet st)
           
SVTableModel(HSSFSheet st, int maxcol)
           
 

Uses of HSSFSheet in org.apache.poi.hssf.record.formula.functions
 

Methods in org.apache.poi.hssf.record.formula.functions with parameters of type HSSFSheet
 ValueEval Offset.evaluate(Eval[] args, int srcCellRow, short srcCellCol, HSSFWorkbook workbook, HSSFSheet sheet)
           
 ValueEval Indirect.evaluate(Eval[] args, int srcCellRow, short srcCellCol, HSSFWorkbook workbook, HSSFSheet sheet)
           
 ValueEval FreeRefFunction.evaluate(Eval[] args, int srcCellRow, short srcCellCol, HSSFWorkbook workbook, HSSFSheet sheet)
           
 

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

Fields in org.apache.poi.hssf.usermodel declared as HSSFSheet
protected  HSSFSheet HSSFFormulaEvaluator.sheet
           
 

Methods in org.apache.poi.hssf.usermodel that return HSSFSheet
 HSSFSheet HSSFWorkbook.cloneSheet(int sheetNum)
          create an HSSFSheet from an existing sheet in the HSSFWorkbook.
 HSSFSheet HSSFWorkbook.createSheet()
          create an HSSFSheet for this HSSFWorkbook, adds it to the sheets and returns the high level representation.
 HSSFSheet HSSFWorkbook.createSheet(java.lang.String sheetname)
          create an HSSFSheet for this HSSFWorkbook, adds it to the sheets and returns the high level representation.
 HSSFSheet HSSFWorkbook.getSheet(java.lang.String name)
          Get sheet with the given name (case insensitive match)
 HSSFSheet HSSFWorkbook.getSheetAt(int index)
          Get the HSSFSheet object at the given index.
 

Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFSheet
 void HSSFChart.createBarChart(HSSFWorkbook workbook, HSSFSheet sheet)
          Creates a bar chart.
static AreaEval HSSFFormulaEvaluator.evaluateAreaPtg(HSSFSheet sheet, HSSFWorkbook workbook, AreaPtg ap)
           
 float HSSFClientAnchor.getAnchorHeightInPoints(HSSFSheet sheet)
          Calculates the height of a client anchor in points.
protected static ValueEval HSSFFormulaEvaluator.getEvalForCell(HSSFCell cell, HSSFRow row, HSSFSheet sheet, HSSFWorkbook workbook)
          Given a cell, find its type and from that create an appropriate ValueEval impl instance and return that.
static HSSFChart[] HSSFChart.getSheetCharts(HSSFSheet sheet)
          Returns all the charts for the given sheet.
 int HSSFWorkbook.getSheetIndex(HSSFSheet sheet)
          Returns the index of the given sheet
 

Constructors in org.apache.poi.hssf.usermodel with parameters of type HSSFSheet
HSSFFormulaEvaluator(HSSFSheet sheet, HSSFWorkbook workbook)
           
 

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

Methods in org.apache.poi.hssf.usermodel.contrib with parameters of type HSSFSheet
static HSSFRow HSSFCellUtil.getRow(int rowCounter, HSSFSheet sheet)
          Get a row from the spreadsheet, and create it if it doesn't exist.
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 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.