Excel Document Sheet Tile#
This Tile will return an Excel document sheet.
Description#
Description
- This Tile is essential for: Read Cell Tile ; Read Sheet Title Tile ; Display a sheet on a DataGrid widget Tile.
- Returns an Excel File and extracts the document sheet.
Inputs#
Excel Document#
Info
- Type
Accepted types: Excel File - Usage
Wire to an Excel Document
Sheet Name/Number#
Info
- Type
StringAccepted 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)