| 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 |
|---|---|
Condfmt |
Boundsheet.createCondfmt(String location,
WorkBookHandle wbh)
Create a Condfmt (Conditional format) record and
add it to sheet recs
|
Condfmt |
Cf.getCondfmt() |
static Condfmt |
Condfmt.parseOOXML(org.xmlpull.v1.XmlPullParser xpp,
WorkBookHandle wb,
Boundsheet bs)
create one or more Data Validation records based on OOXML input
|
| Modifier and Type | Method and Description |
|---|---|
void |
Boundsheet.addConditionalFormat(Condfmt cf)
add a new Condtional Format rec for this sheet
|
Cf |
Boundsheet.createCf(Condfmt cfx)
Create a Cf (Conditional format rule) record and
add it to sheet recs
|
static Cf |
Cf.parseXML(org.xmlpull.v1.XmlPullParser xpp,
Condfmt cfx,
Boundsheet bs)
creates a Cf record from the EXML nodes
|
void |
Cf.setCondfmt(Condfmt condfmt) |
| Constructor and Description |
|---|
Cf(Condfmt f)
constructor which takes the cellrange of cells
and the Condfmt that reference this conditional format rule
|
| Modifier and Type | Method and Description |
|---|---|
protected Condfmt |
ConditionalFormatHandle.getCndfmt() |
protected Condfmt |
CellRange.getConditionalFormat()
returns the conditional format object for this range, if any
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConditionalFormatHandle.setCndfmt(Condfmt cndfmt) |
| Constructor and Description |
|---|
ConditionalFormatHandle(Condfmt c,
WorkSheetHandle workSheetHandle)
For internal use only.
|
FormatHandle(Condfmt cx,
WorkBook book,
int xfnum,
CellHandle c)
Constructs a dummy FormatHandle for the given conditional format.
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.