addTableToPage
Insert structured table data into a OneNote page using CSV format, specifying the page ID, optional 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. |