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",
...
ashishPersistent
Feb 16, 2022Copper Contributor
harshadpanmand I'm also facing the same issue. did you find any solution to it?
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_DisselJan 14, 2023Copper ContributorDid you find a solution for this issue?