Skip to content Skip to sidebar Skip to footer

This Operation Is Not Supported For This Document - Sheets Api

(,

Solution 1:

Yes, you can convert an .xlsx to Google Sheets

For this, use the method Drive v2 method Files: Copy specifying converttrue.

Sample:

service.files().copy(fileId=file_id,convert=true, body={"title": "specifyName"}).execute()

Post a Comment for "This Operation Is Not Supported For This Document - Sheets Api"