| Package | Description |
|---|---|
| com.github.jferard.fastods.ref | |
| com.github.jferard.fastods.util |
| Modifier and Type | Method and Description |
|---|---|
CellRef |
CellRefBuilder.build() |
static CellRef |
CellRef.create(int r,
int c,
int status) |
CellRef |
PositionUtil.newCellRef(int row,
int col) |
CellRef |
PositionUtil.newCellRef(String address)
Convert a cell position string like B3 to the column number.
|
CellRef |
PositionUtil.newCellRef(Table table,
int row,
int col) |
| Modifier and Type | Method and Description |
|---|---|
ValidationBuilder |
ValidationBuilder.baseCellAddress(CellRef baseCellAddress)
Change base cell address for formulas
|
| Constructor and Description |
|---|
Validation(String name,
String condition,
boolean allowEmptyCells,
CellRef baseCellAddress,
DisplayList displayList,
ErrorMessage errorMessage) |
Copyright © 2016–2021. All rights reserved.