| Package | Description |
|---|---|
| io.starter.formats.XLS |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CellAddressible
Something with a cell address.
|
interface |
CellRec
A record that contains the value of a single cell.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Blank
Blank: a blank cell value 0x201
Blank records define a blank cell. |
class |
Boolerr
Boolerr: BiffRec Value, Boolean or Error (0x205)
Describes a cell that contains a constant Boolean or error value. |
static class |
CellAddressible.RangeBoundary
Cell reference for use as the boundary of a column range.
|
static class |
CellAddressible.Reference
A simple immutable cell reference useful as a map key.
|
class |
Colinfo
Colinfo: Column Formatting Information (7Dh)
Colinfo describes the formatting for a column range |
static class |
ColumnRange.Reference
A lightweight immutable
ColumnRange useful as a reference
element for searching collections. |
class |
Formula
FORMULA (0x406) describes a cell that contains a formula.
|
class |
Label
Label: BiffRec Value, String Constant (204h)
The Label record describes a cell that contains a string. |
class |
Labelsst
Labelsst: BiffRec Value, String Constant/Sst 0xFD
The Labelsst record contains a string constant from the Shared String Table (Sst). |
class |
Mulblank
Mulblank: Multiple Blank Cells (BEh)
This record stores up to 256 BLANK equivalents in a space-saving format. |
class |
NumberRec
NUMBER: BiffRec Value, Floating-Point Number (203h)
This record stores an internal numeric type. |
class |
Rk
RK: RK Number (7Eh)
This record stores an internal numeric type. |
class |
XLSCellRecord
A BIFF8 record that contains the value of a single cell.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ColumnRange.Comparator.compare(ColumnRange r1,
ColumnRange r2)
This comparator will return equal if one of the column
ranges passed in is a single column reference and lies within
the bounds of the second column reference.
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.