| 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 |
|---|---|
Dv |
Boundsheet.createDv(String location)
Create a dv (validation record)
record gets inserted into the byte stream from
within Dval
|
Dv |
Dval.createDvRec(String location)
Add a new (ie not on parse) dv record,
updates the parent record with the count
|
Dv |
Dval.getDv(String cellAddress) |
static Dv |
Dv.parseOOXML(org.xmlpull.v1.XmlPullParser xpp,
Boundsheet bs)
create a new Dv record based on OOXML input
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dval.addDvRec(Dv dv)
Add a new Dv record to this Dval;
|
void |
Dval.removeDvRec(Dv dv)
Remove a dv rec from this dval.
|
| Constructor and Description |
|---|
ValidationHandle(Dv dv)
For internal use only.
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.