origin_import_table
Import CSV, TSV, Excel, or text files into a new Origin worksheet to prepare data for analysis and graphing.
Instructions
Import a CSV, TSV, TXT, DAT, XLS, or XLSX file into a new Origin worksheet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to a CSV, TSV, TXT, DAT, XLS, or XLSX file. | |
| nrows | No | Maximum number of data rows to read. | |
| header | No | Zero-based row number to use as column names. | |
| encoding | No | Optional text file encoding. | |
| skiprows | No | Rows to skip while reading. | |
| book_name | No | Optional Origin workbook name. | |
| delimiter | No | Delimiter for text files. If omitted, CSV/TSV defaults or auto-detection are used. | |
| na_values | No | Additional missing value markers. | |
| sheet_name | No | Optional Origin worksheet name. | |
| excel_sheet | No | Excel sheet name or zero-based index. Ignored for text files. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||