ezsheets icon indicating copy to clipboard operation
ezsheets copied to clipboard

A Pythonic interface to the Google Sheets API.

Results 14 ezsheets issues
Sort by recently updated
recently updated
newest added

does EZSheets currently support sorting columns?

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

First thankyou for your great introductory python resources Al, they've been a very useful learning tool for me. I've built a simple tool using ezsheets and my bank's API to...

I'm in the process of adding this package to Conda Forge, and they recommend the license file to be bundled in with the sdist.

I would like to move all content inside a sheet below a certain row one row below, to be able to continue with some content in the middle of the...

We needed some additional features for our use case. I'm hoping you find this helpful. - getFolder() - createFolder() - uploadToFolder() - deleteFolder()

Please allow get and getRow to return formulas. It could be a switch like value_render_option='FORMULA' native to gSheets, or a separate set of functions.

Hi... first time ever forking/pull requesting/contributing/etc. Feel free to ignore or make this fix elsewhere... I ran into errors when trying to work on Spreadsheets containing sheets other than Grids....

The details are [here](https://stackoverflow.com/questions/64476967/cant-finish-google-sheets-api-authorization-using-ezsheets). Essentially, I just have ` import ezsheets import os ` as my code and yet I'm having trouble. Summary: Browser error is "can't connect to localhost:8080"...