I need to create a table in Microsoft Excel using Graph API.
https://learn.microsoft.com/en-us/graph/api/worksheet-post-tables?view=graph-rest-1.0
As per above document, if we set hasHeaders
field as false in the create table API, it should create a table without headers. But still, I'm getting a table with headers. I added the screenshot below.
So how can create a table without headers in Excel?