origin_add_calculated_columns
Add multiple calculated columns to Origin worksheets in one call using LabTalk formulas. Supports cross-sheet references for advanced data transformations.
Instructions
Add several worksheet columns from LabTalk formulas in one call.
columns is a list of {"name": ..., "formula": ...}. Formulas use LabTalk column syntax. To reference another sheet, use the [Book]Sheet!index form, e.g. "[Book2]Sheet1!2 * 2" (col(...) resolves against the active sheet and ignores the [Book]Sheet! prefix, so use the column-index form for cross-sheet references).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| columns | Yes | ||
| book_name | No | ||
| sheet_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||