Package | Description |
---|---|
com.workfusion.rpa.helpers |
Modifier and Type | Method and Description |
---|---|
static ExcelCellPosition |
ExcelCellPosition.valueOf(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(String filePath,
ExcelCellPosition position)
Clear of value of cell.
|
static String |
Excel.getCell(String filePath,
ExcelCellPosition position)
Get value of cell and return it as string.
|
static void |
Excel.setActiveCell(String filePath,
ExcelCellPosition position)
Set active cell.
|
static void |
Excel.setCell(String filePath,
ExcelCellPosition position,
BigDecimal value)
Set value of cell.
|
static void |
Excel.setCell(String filePath,
ExcelCellPosition position,
String value)
Set value of cell.
|
Copyright 2016, WorkFusion, Inc.