| Package | Description |
|---|---|
| com.workfusion.rpa.helpers |
| Modifier and Type | Method and Description |
|---|---|
static ExcelCellPosition |
ExcelCellPosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExcelCellPosition[] |
ExcelCellPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Excel.deleteCell(java.lang.String filePath,
ExcelCellPosition position)
Clear of value of cell.
|
static java.lang.String |
Excel.getCell(java.lang.String filePath,
ExcelCellPosition position)
Get value of cell and return it as string.
|
static void |
Excel.setActiveCell(java.lang.String filePath,
ExcelCellPosition position)
Set active cell.
|
static void |
Excel.setCell(java.lang.String filePath,
ExcelCellPosition position,
java.math.BigDecimal value)
Set value of cell.
|
static void |
Excel.setCell(java.lang.String filePath,
ExcelCellPosition position,
java.lang.String value)
Set value of cell.
|
Copyright © 2024 WorkFusion, Inc. All rights reserved.