| Package | Description |
|---|---|
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationHandle |
WorkSheetHandle.createValidationHandle(String cellAddress,
byte valueType,
byte condition,
String errorBoxText,
String errorBoxTitle,
String promptBoxText,
String promptBoxTitle,
String firstCondition,
String secondCondition)
Create a validation handle for a cell/range
|
ValidationHandle[] |
WorkSheetHandle.getAllValidationHandles()
Return all validation handles that refer to this worksheet
|
ValidationHandle |
CellHandle.getValidationHandle()
Returns the validation handle for the cell.
|
ValidationHandle |
WorkSheetHandle.getValidationHandle(String cellAddress)
Get a validation handle for the cell address passed in.
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.