Skip to main content

Easy pasting of CSV files to Google Sheets.

Project description

Manages .csv files and uploads or pastes them to Google Sheets.

Usage

Installation

With Python installed, and in a command window, enter: pip install gcsv

Code

Use the following code example as a guide, replacing the following dummy strings with relevant information.

  • my_csv_path: the path to your CSV (e.g C:\reports\mycsv.csv)

  • my_spreadsheet_id: the ID (or “key”) of a spreadsheet; can be found in the spreadsheet URL after /d/ but before /edit

  • my_worksheet_gid: the worksheet (or “tab”) name of the paste destination

  • start_row: the starting row of the paste destination

  • start_col: the starting column of the paste destination

import gcsv

csv = gcsv.GCSV(r'my_csv_path')

csv.paste_to('my_spreadsheet_id',
             my_worksheet_gid,
             start_row,
             start_col)

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

gcsv-0.1.0.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

gcsv-0.1.0-py3-none-any.whl (6.7 kB view details)

Uploaded Python 3

File details

Details for the file gcsv-0.1.0.tar.gz.

File metadata

  • Download URL: gcsv-0.1.0.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.11 CPython/3.7.2 Windows/10

File hashes

Hashes for gcsv-0.1.0.tar.gz
Algorithm Hash digest
SHA256 86f186067450fd8110a8b6286ce304c46d9172a0f6468ff16a819a28d7aad4d8
MD5 6242625ba4a922fb8d48ed37709562c1
BLAKE2b-256 d728840e5b705187e9badefb184a08bbf510f51c8a46a8d92678c1e844e04595

See more details on using hashes here.

File details

Details for the file gcsv-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: gcsv-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 6.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.11 CPython/3.7.2 Windows/10

File hashes

Hashes for gcsv-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 febb82fbf999cbed21c491b33f48e452e43c43eebb48be7b3d39619f6753cc6f
MD5 a8bd4f27e293225f6b28cc79cb42f715
BLAKE2b-256 46ea02c81241ee49c9ab2b28e9680bd515066154084fbac60ae2cf750989e388

See more details on using hashes here.

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