Forum Discussion
harshadpanmand
Feb 18, 2021Copper Contributor
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",
...
harshadpanmand
Feb 16, 2022Copper Contributor
ashishPersistent.
I did not found any solution.
One suggested solution I found was, keep empty file(Original file created from UI) at one directory and while creating new file just copy Original file.
Marco_Dissel
Jan 14, 2023Brass Contributor
Did you find a solution for this issue?