| Package | Description |
|---|---|
| io.starter.formats.XLS | |
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Dv.isValid(Object value)
Determine if the value passed in is valid for
this validation
|
| Modifier and Type | Method and Description |
|---|---|
CellHandle[] |
WorkSheetHandle.addValidated(Date dt,
int row,
int col,
String fmt)
Add a java.sql.Date Cell to a WorkSheet.
|
CellHandle[] |
WorkSheetHandle.addValidated(Date dt,
String address,
String fmt)
Add a java.sql.Date Cell to a WorkSheet.
|
CellHandle[] |
WorkSheetHandle.addValidated(Object obj,
int row,
int col)
Add a Cell with the specified value to a WorkSheet.
|
CellHandle[] |
WorkSheetHandle.addValidated(Object obj,
int row,
int col,
int formatId)
Add a Cell with the specified value to a WorkSheet.
|
CellHandle[] |
WorkSheetHandle.addValidated(Object obj,
String address)
Add a Cell with the specified value to a WorkSheet.
|
CellHandle[] |
WorkSheetHandle.addValidated(Timestamp dt,
String address,
String fmt)
Add a java.sql.Timestamp Cell to a WorkSheet.
|
boolean |
ValidationHandle.isValid(Object value)
Determine if the value passed in is valid for this validation
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.