Skip to main content

Export data from CSV into Google sheets

Project description

Build Status

csv2googlesheets

Программа предназначена для извлечения данных из csv-файла и записи этих данных в Google Sheets.

Установка

Чтобы использовать эту программу, сначала нужно перейти по следующей ссылке:

https://developers.google.com/sheets/api/quickstart/python

И выполнить требования в разделе Prerequisites и в разделе Step 1: Turn on the Google Sheets API

После этого в командной строке:

$ mkdir YOUR_NEW_DIR_NAME
$ cd YOU_NEW_DIR_NAME
$ python -m venv .venv
$ source .venv/bin/activate
(.venv) $ pip install csv2googlesheets

Использование

$ csv2g test_data/alpha_data.csv credentials.json

Created spreadsheet ID: 11potDwqU96ckscLNQeU1pm_GPwSuIx0NwlVl2K_uu0w
8 cells updated.

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

csv2googlesheets-1.0.0.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

csv2googlesheets-1.0.0-py3-none-any.whl (6.6 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