Can I POST multiple Excel table columns?

OM Developer AU 21 Reputation points
2021-02-18T23:20:32.02+00:00

@DanstanOnyango-6080

POST /me/drive/items/{item-id}/workbook/tables/{table-name}/columns/add

Is it possible to POST multiple columns using the same request? Or do I have to run a different POST for each column I want to add?

Thanks

Ian

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,244 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deva-MSFT 2,256 Reputation points Microsoft Employee
    2021-02-19T07:06:49.477+00:00

    Let @Danstan can answer your query. But as an alternate workaround, you may want to try Microsoft Graph JSON batching and see if it helps.

    0 comments No comments