Type: lib.excel.ExcelToDataFrame

Namespace: lib.excel

Description

Reads an Excel worksheet into a pandas DataFrame. excel, dataframe, import

Use cases:
- Import Excel data for analysis
- Process spreadsheet contents

Properties

Property Type Description Default
workbook excel The Excel workbook to read from {'type': 'excel', 'uri': '', 'asset_id': None, 'data': None}
sheet_name str Source worksheet name Sheet1
has_header bool First row contains headers True

Outputs

Output Type Description
output dataframe  

Metadata

Browse other nodes in the lib.excel namespace.