Skip to content

Excel Document Sheet Tile#


alt text This Tile will return an Excel document sheet.

Description#

Description

Inputs#

Excel Document#

Info
  • Type
    Accepted types: Excel File
    
  • Usage
    Wire to an Excel Document
    

Sheet Name/Number#

Info
  • Type
    String
    
    Accepted types: Integer, Float, String
    
  • Usage
    Wire to set the name or number of the sheet.
    

Output#

Get#

Info
  • Return
    Excel File
    
  • Usage
    Returns an Excel Document sheet.
    

Real Signature#

Signature

  • A plain language description of the function associated with the tile
    def SquareRoot(x):
        return math.sqrt(0)