Skip to content

Read Cell Tile#


alt text This Tile will read the data from a cell in Excel.

Description#

Description

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)