| Package | Description |
|---|---|
| bad.robot.excel.column | |
| bad.robot.excel.sheet |
| Modifier and Type | Method and Description |
|---|---|
static ExcelColumnIndex |
ExcelColumnIndex.from(int index) |
static ExcelColumnIndex |
ExcelColumnIndex.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExcelColumnIndex[] |
ExcelColumnIndex.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ColumnIndex |
ColumnIndex.column(ExcelColumnIndex index) |
| Modifier and Type | Method and Description |
|---|---|
static ExcelCoordinate |
ExcelCoordinate.coordinate(ExcelColumnIndex column,
ExcelRowIndex row) |
static ExcelCoordinate |
ExcelCoordinate.coordinate(ExcelColumnIndex column,
int row) |
static Coordinate |
Coordinate.coordinate(ExcelColumnIndex column,
Integer row) |
static Coordinate |
Coordinate.coordinate(ExcelColumnIndex column,
Integer row,
SheetIndex sheet) |
| Constructor and Description |
|---|
ExcelCoordinate(ExcelColumnIndex column,
ExcelRowIndex row) |
Copyright © 2018. All Rights Reserved.