Get Cell Value
Reads a value from an excel sheet cell.
#
Properties#
Input- File Path Path to csv or xls/xlsx file.
- Column Name The name of the column where to find the cell.
- Row Index The index of the row from where to read the value from cell.
- Sheet Name The name of the sheet from where to read the cell. It can be left blank if we want to load data from first sheet.
#
General PropertiesSee General Properties.
#
MiscSee Misc.
#
Out ErrorSee Out Error.
#
Result- Cell Value The value read from the cell.