Skip to content
Advertisement

Tag: xlsx

empty column in .toexcel() with pandas

i use pandas for python to generate a xlsx file with two other file. i take the first one as a template, and file the column with the second file. i wrote: but when i open my xlsx file the column ” and ‘Code du client *’ are empty, the other Columns are OK… I don’t know why it doesn’t

This operation is not supported for this document – Sheets API

(<class ‘googleapiclient.errors.HttpError’>, <HttpError 400 when requesting https://sheets.googleapis.com/v4/spreadsheets/1IcMY2TNLYZtGyKO_zcrhP1MudNFXbNdM/values/P%C3%A1gina1%21A%3AP?alt=json returned “This operation is not supported for this document”>, <traceback object at 0x7fbb3dc3bec0>) I am getting this error message when accessing a spreadsheet in Google Sheets, I know that the error occurs because it is hosted on the google drive and is in xlsx format. Does anyone know any alternative to performing this

Advertisement