Skip to main content

A simple Python package which provides supplementary helper methods for gspread.

Project description

gspread_helpers

PyPI Download Workflow Python Version

Overview

A simple Python package which provides supplementary helper methods for gspread.

Features

  • gspread_helpers.RangeName method for automatically generating dynamic range names, e.g. "A1:R455"

Installation

$ pip install gspread-helpers

Directory

gspread_helpers
├── __init__.py
└── range_name
    ├── __init__.py
    ├── exceptions.py
    ├── range_name.py
    └── validations.py

Usage

The row limit for range names in Microsoft Excel is, by default, 1,048,576. Below, we override that limitation using the override_col_limit argument set to True and by setting source equal to 'excel'.

from gspread_helpers import RangeName


rn = RangeName(
    rows=2, cols=1_048_580, override_col_limit=True, source="excel"
)

However, we could have also updated the EXCEL_ROW_LIMIT constant instead.

from gspread_helpers import EXCEL_ROW_LIMIT


EXCEL_ROW_LIMIT = 1_048_580
rn = RangeName(rows=2, cols=1_048_580, source="excel")

Modulating the header_rows_size argument looks like this.

rn = RangeName(rows=2, cols=2, header_rows_size=2)

Finally, if we want to buffer the range name beginning from 'B', we may do this.

rn = RangeName(rows=2, cols=2, buffer=1)

Passing 'B' to buffer is equivalent to passing 1.

rn = RangeName(rows=2, cols=2, buffer="B")

Contributing

Please refer to contributing.md for step by step instructions for contributing to this project and understanding the coding standards before opening a pull request.

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_helpers-0.0.13.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gspread_helpers-0.0.13-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file gspread_helpers-0.0.13.tar.gz.

File metadata

  • Download URL: gspread_helpers-0.0.13.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.0 CPython/3.12.6 Darwin/23.4.0

File hashes

Hashes for gspread_helpers-0.0.13.tar.gz
Algorithm Hash digest
SHA256 adc1d290f622b85c71fab693cfd5bdb69f2aa14a1cbe630681d3b143fd7aba3b
MD5 a0e8fc52abb4b8a025fc8fc6804eb05a
BLAKE2b-256 1e644ed8aa42f56e4bb7a8335166dd32891e3ccb857a6d01b0247519b42e342c

See more details on using hashes here.

File details

Details for the file gspread_helpers-0.0.13-py3-none-any.whl.

File metadata

  • Download URL: gspread_helpers-0.0.13-py3-none-any.whl
  • Upload date:
  • Size: 6.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.0 CPython/3.12.6 Darwin/23.4.0

File hashes

Hashes for gspread_helpers-0.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 38444be478cc727a1e18489f1a1772e8a833ec2334d44969fd89f5454a6c2ef1
MD5 b3bc761f353f80e55227cc3ed7f21ff3
BLAKE2b-256 2e5f5d82ac959c542537e5ba05c305f4e55655623153b415832a5eb23b10d2d2

See more details on using hashes here.

Supported by

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