Package | Description |
---|---|
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.
|
org.apache.poi.ss.util |
Modifier and Type | Method | Description |
---|---|---|
Region[] |
HSSFConditionalFormatting.getFormattingRegions() |
Deprecated.
(Aug-2008) use
HSSFConditionalFormatting.getFormattingRanges() |
Modifier and Type | Method | Description |
---|---|---|
int |
HSSFSheetConditionalFormatting.addConditionalFormatting(Region[] regions,
HSSFConditionalFormattingRule[] cfRules) |
Deprecated.
use CellRangeAddress instead of Region
|
int |
HSSFSheet.addMergedRegion(Region region) |
Deprecated.
(Aug-2008) use CellRangeAddress instead of Region
|
Modifier and Type | Class | Description |
---|---|---|
class |
Region |
Deprecated.
(Aug-2008) use
CellRangeAddress |
Modifier and Type | Method | Description |
---|---|---|
static Region[] |
Region.convertCellRangesToRegions(CellRangeAddress[] cellRanges) |
Deprecated.
Convert a List of CellRange objects to an array of regions
|
Modifier and Type | Method | Description |
---|---|---|
int |
Region.compareTo(Region r) |
Deprecated.
Compares that the given region is the same less than or greater than this
region.
|
static CellRangeAddress[] |
Region.convertRegionsToCellRanges(Region[] regions) |
Deprecated.
|
static CellRangeAddress |
Region.convertToCellRangeAddress(Region r) |
Deprecated.
|
boolean |
Region.equals(Region r) |
Deprecated.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.