addTableToPage
Add structured data tables to OneNote pages using CSV format. Specify page ID, table data, optional title, and position (top or bottom) for organized note-taking.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | The ID of the page to add a table to. | |
| tableData | Yes | Table data in CSV format (header row, then data rows). | |
| title | No | Optional title for the table. | |
| position | No | Position to add the table (top or bottom). | bottom |