addTableToPage
Insert structured data tables into OneNote pages using CSV format to organize information and enhance note-taking workflows.
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 |