addTableToPage
Insert structured data into OneNote pages by converting CSV-formatted table data into a table. Specify the page ID, table title, and position (top or bottom) for precise placement.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pageId | Yes | The ID of the page to add a table to. | |
position | No | Position to add the table (top or bottom). | bottom |
tableData | Yes | Table data in CSV format (header row, then data rows). | |
title | No | Optional title for the table. |