Skip to main content

a gspread (Python API for Google Sheets) hight level wrapper

Project description

gspread_rpa

a gspread (Python API for Google Sheets) hight level wrapper

Object:

  • CellIndex, GridIndex
    • use x,y (col, row) indexes start at 1
  • GoogleSheets
    • embedded spreadsheets and worksheets as well as revision download upload
  • CellFormat
    • function call cells formating

Usage Examples

python3 -m pip install --user gspread-rpa
from gspread_rpa import CellIndex, GridIndex, GoogleSheets, CellFormat

Basic usage examples

Environment variable

  • GOOGLESHEETS_RUN_MODE="user"
    • use credentials.json
  • GOOGLESHEETS_RUN_MODE="service"
    • use service_account.json

Contribute and contact

License notices

This program is free software: you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gspread-rpa-1.0.2.tar.gz (36.7 kB view hashes)

Uploaded Source

Built Distribution

gspread_rpa-1.0.2-py3-none-any.whl (54.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page