Read Cell Tile#
This Tile will read the data from a cell in Excel.
Description#
Description
- Searches in an Excel Document Sheet according to a Coordinate.
- Returns data from the cell.
Inputs#
Excel Document Sheet#
Info
-
Type
Excel Document -
Usage
Wire to the Excel Document Sheet.
Coordinate#
Info
- Type
Accepted types: String - Usage
Searches for the desired cell.
Output#
Get#
Info
- Return
Any - Usage
Returns data from the cell.
Real Signature#
Signature
- A plain language description of the function associated with the tile
def SquareRoot(x): return math.sqrt(0)