Skip to main content

Read Excel Cell

Excel·v1.11.1
ExcelReadingWrites files

Read the value from a specific cell in an Excel worksheet, or the formula behind it

Inputs

NameTypeRequiredDefaultDescription
Excel Instance
excelInstance
variableRequired
Sheet Name
sheetName
stringOptional
Cell
cell
stringRequired
Read the Formula, Not the Answer
readFormula
booleanOptionalfalseGives back =SUM(B1:B9) rather than 42. Empty for a cell holding a plain value
Output Variable
outputVariable
variableOptionalCellValue

Output

CellValueString

Value from the cell

Compatibility

WindowsLinuxAttendedUnattended

Related activities