import_csv_to_worksheet
Load CSV or text data into Origin worksheets, using configurable delimiter and workbook name.
Instructions
Import a CSV/text file into an Origin worksheet.
Args: file_path: Path to the file (Windows or WSL style, e.g. C:\Users\data.csv or /mnt/c/Users/data.csv) book_name: Optional workbook name. Auto-generated if empty. delimiter: Column delimiter (default: comma)
Returns: Name of the created workbook
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| book_name | No | ||
| delimiter | No | , |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |