Forum Discussion

harshadpanmand's avatar
harshadpanmand
Copper Contributor
Feb 18, 2021

Is there any REST API for creating new Excel (.xlsx) file in OneDrive cloud

I'm trying to create a new excel file in OneDrive with the below properties of the REST API call. URL: https://graph.microsoft.com//v1.0/me/drive/root/children Body: { "name": "MyFile.xlsx", ...

Resources