| Package | Description |
|---|---|
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
ConditionalFormatHandle |
WorkSheetHandle.createConditionalFormatHandle(String cellAddress,
String operator,
String value1,
String value2,
String format,
String firstCondition,
String secondCondition)
Create a Conditional Format handle for a cell/range
|
ConditionalFormatHandle[] |
CellHandle.getConditionalFormatHandles()
return all the ConditionalFormatHandles for this Cell, if any
|
ConditionalFormatHandle[] |
WorkSheetHandle.getConditionalFormatHandles()
returns an array of FormatHandles for the ConditionalFormats applied to this
cell
|
| Modifier and Type | Method and Description |
|---|---|
void |
CellHandle.addConditionalFormat(ConditionalFormatHandle format)
Set a conditional format upon this cell.
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.