Skip to main content

Python SDK for accessing and updating Google Sheets via docapi.datafetchpro.com

Project description


support server npm version npm downloads PyPI downloads

SheetIQ

Python SDK for reading and writing to Google Sheets using docapi.datafetchpro.com

🚀 Installation

pip install sheetiq

Initlization

from sheetiq.sheetiq import SheetIQ
sheet=SheetIQ({"token":"YOUR_BEARER_TOKEN"})

Get Sheet Data

sheet.get_sheet({"id":"1jNPCbbYGT49dlXCeWkAoutazh3Cp2awsJyXnWyAKZ8E","range":"Sheet1"})

Append Data on Sheet

res = sheet.update_sheet({
    "id": "1jNPCbbYGT49dlXCeWkAoutazh3Cp2awsJyXnWyAKZ8E",
    "range": "Sheet1",
    "type": "append",
    "data": [["example@gmail.com"]]
})

Update Data on Sheet

res = sheet.update_sheet({
    "id": "1jNPCbbYGT49dlXCeWkAoutazh3Cp2awsJyXnWyAKZ8E",
    "range": "Sheet1",
    "type": "update",
    "data": [["example@gmail.com"]]
})

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

sheetiq-0.1.3.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

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

sheetiq-0.1.3-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file sheetiq-0.1.3.tar.gz.

File metadata

  • Download URL: sheetiq-0.1.3.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for sheetiq-0.1.3.tar.gz
Algorithm Hash digest
SHA256 0a4539ea74398ca74bf1e3e194e478ae0685b9f05eaa3ae07fef58bd0520f4b1
MD5 5f956b0ec4a0902d1350fcdc3ebacdae
BLAKE2b-256 7929c134762ab373db404cac484fd56b760b8d21869a33e485a6adc5fec53eff

See more details on using hashes here.

File details

Details for the file sheetiq-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: sheetiq-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for sheetiq-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 cb5c08fd598c77efdae4bc30c763363c7db63733c12604311af3734c3f30f1ce
MD5 1b482560f16c1f9ccf75589fa6d5bea5
BLAKE2b-256 ad6a29e3eb88832d3e2b8cb0a97e298cf8589454da984e8dad506d9da524ace3

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