Package | Description |
---|---|
com.workfusion.rpa.helpers |
Modifier and Type | Method and Description |
---|---|
static ExcelColumnRowPosition |
ExcelColumnRowPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExcelColumnRowPosition[] |
ExcelColumnRowPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
Excel.getColumn(String filePath,
ExcelColumnRowPosition position)
Get column values
|
static List<String> |
Excel.getColumn(String filePath,
ExcelColumnRowPosition position,
Integer rowFrom,
Integer rowTo)
Get column values
|
static List<String> |
Excel.getRow(String filePath,
ExcelColumnRowPosition position)
Get row values
|
static List<String> |
Excel.getRow(String filePath,
ExcelColumnRowPosition position,
String columnFrom,
String columnTo)
Get row values
|
Copyright 2016, WorkFusion, Inc.