|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HSSFSheet | |
---|---|
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.util | util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts. |
Uses of HSSFSheet in org.apache.poi.hssf.record |
---|
Methods in org.apache.poi.hssf.record with parameters of type HSSFSheet | |
---|---|
static CFRuleRecord |
CFRuleRecord.create(HSSFSheet sheet,
byte comparisonOperation,
java.lang.String formulaText1,
java.lang.String formulaText2)
Creates a new comparison operation rule |
static CFRuleRecord |
CFRuleRecord.create(HSSFSheet sheet,
java.lang.String formulaText)
Creates a new comparison operation rule |
Uses of HSSFSheet in org.apache.poi.hssf.usermodel |
---|
Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFSheet | |
---|---|
DVRecord |
HSSFDataValidation.createDVRecord(HSSFSheet sheet)
|
float |
HSSFClientAnchor.getAnchorHeightInPoints(HSSFSheet sheet)
Calculates the height of a client anchor in points. |
Constructors in org.apache.poi.hssf.usermodel with parameters of type HSSFSheet | |
---|---|
HSSFDataValidationHelper(HSSFSheet sheet)
|
|
HSSFFormulaEvaluator(HSSFSheet sheet,
HSSFWorkbook workbook)
Deprecated. (Sep 2008) HSSFSheet parameter is ignored |
Uses of HSSFSheet in org.apache.poi.hssf.util |
---|
Methods in org.apache.poi.hssf.util with parameters of type HSSFSheet | |
---|---|
static HSSFRow |
HSSFCellUtil.getRow(int rowIndex,
HSSFSheet sheet)
Get a row from the spreadsheet, and create it if it doesn't exist. |
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 |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |