About 1,349,758 results (5,472 milliseconds)

I need to stop drive converting Excel files to Google Sheets on upload.

https://support.google.com/drive/thread/6197604/i-need-to-stop-drive-converting-excel-files-to-google-sheets-on-upload?hl=en
May 15, 2019 ... Read everything on this thread. I mean: WTF, Google?! I've ... can open the Excel file attached to Gmail by using the Google sheets format.

Reading Excel file stored in S3

https://groups.google.com/g/openpyxl-users/c/AhEuaVRbXSs
Oct 4, 2017 ... However, I can't open the excel the with code you recommended. Can you please what should I put for wb = xl.load_workbook(BytesIO(file))? I ...

Reading an Excel .xlsx file is extremely slow with openpyxl

https://groups.google.com/g/python-excel/c/7zbbcBu4k7o
> > Whatever code you are using to read .xls files can be ... to trundle along as best it can. Quick question: How long does it take to open one of these ...

openpyxl returns None for value actually present and updated in the ...

https://groups.google.com/g/openpyxl-users/c/GbBOnOa8g7Y
May 24, 2017 ... I can see the formula still there when reading back the new file from python. ... open the file and save it with an Excel program .

Excel file generated by OpenPyXL "needs repair" when opening in ...

https://groups.google.com/g/openpyxl-users/c/2-T90R8ZdVE
Nov 16, 2017 ... The python code generating the excel is open ... By editing it in a failing file I can manually repair it and let it open without issues in Excel.

Google Sheets API Overview | Google for Developers

https://developers.google.com/sheets/api/guides/concepts
Dec 19, 2024 ... The Google Sheets API is a RESTful interface that lets you read and modify a spreadsheet's data. ... sheet and it can be derived from the ...

Which python package can open Excel HTML format?

https://groups.google.com/g/python-excel/c/upGS5WFysKM
Aug 26, 2016 ... Is there any package recommendation to operate the Excel html data with python ? The Header of Excel file I got is below format? <html xmlns:o=" ...

Excel won't open a modifed workbook

https://groups.google.com/g/openpyxl-users/c/Cxeae_BuZsA
Mar 10, 2016 ... What's more the file won't open in any other program (libreoffice for example). I am using python 3.5 and openpyxl 2.3.2. Here is a sample code:

xlwt generated file is not readable in Excel 2010

https://groups.google.com/g/python-excel/c/zr7Yxr7KoF0
2 to generate Excel files. > The generated files can be read by Excel 2007, but when trying to open ... See page 35 of the python-excel tutorial. How to ...

Problem with Excel files saved with openpyxl

https://groups.google.com/g/openpyxl-users/c/RQzL_GbWh14
Mar 20, 2017 ... further information as to why the application can't read the file but you ... I know that my CPLEX does not work with open files and maybe this is ...

xlrd 2 released

https://groups.google.com/g/python-excel/c/IRa8IWq_4zk/m/Af8-hrRnAgAJ
Jan 16, 2021 ... - There are still xls files knocking around out there, and reading them with Python is still a thing people may need to do. ... excel files from ...

Anonymous or unknown people in a file - Google Docs Editors Help

https://support.google.com/docs/answer/2494888?hl=en
You might see a name you don't recognize or "anonymous animals" viewing your document, spreadsheet, or presentation. This can happen when a document is shared ...

Exported data issues

https://groups.google.com/g/psychopy-users/c/JI-newmgr7c
Below I have pasted some instructions for opening .psydat files and exporting them to .csv files (which can be opened in Excel). In general, you are best to ...

Python quickstart | Google Sheets | Google for Developers

https://developers.google.com/sheets/api/quickstart/python
Dec 19, 2024 ... Enable the API. Before using Google APIs, you need to turn them on in a Google Cloud project. You can turn on one or more APIs in ...

Google Sheets Read Only - Google Docs Editors Community

https://support.google.com/docs/thread/236945176/google-sheets-read-only?hl=en
Sep 28, 2023 ... I am now finding that in order to remove the 'read only' tag on my phone I have to clear the cache and data every time I open the document. Do ...

Trouble with formulas

https://groups.google.com/g/openpyxl-users/c/59kiLRsvWsU
Sep 10, 2013 ... > What should I do? Hi Andrey, it looks like the formula is being treated by Python as binary data (this is what the bytes type in ...

I am the owner and getting "Unauthorized Error 401" for one of my ...

https://support.google.com/docs/thread/7877556/i-am-the-owner-and-getting-unauthorized-error-401-for-one-of-my-google-spreadsheets-help?hl=en
Jun 12, 2019 ... ... spreadsheets. Help. It opens in Android phone. But it does not open from my google drive on computer. Details. Sheets,Microsoft Windows,Business.

8. Data file formats

https://colab.research.google.com/github/bebi103a/bebi103a.github.io/blob/main/lessons/08/file_formats.ipynb
... Excel format was proprietary, but now it is open. This has allowed Python developers to write parsers of Excel files. Polars can open Excel files with the pl.

Importing Files on Your Local Machines & in Google Colab Using ...

https://colab.research.google.com/drive/1YppUP29n7S7w5rZahQeOCE2WVvTCdqys
In Python, you can use the open() function to read the .txt files. Notice ... Pandas library also has a function, read_excel(), to read Excel files:.

Trying to write a cell with multiple lines in it

https://groups.google.com/g/python-excel/c/9eMr2npsKXY/discussion
to [email protected]. I've tried that and isolated the character to \x0a. But I can't seem to embed it in the xls file correctly. It goes in but the ...