Skip to main content

To Fetch DataFrame from Google Spreadsheet Excel without auth/ password.

Project description

Googlexcel_noPassword

_____________________________________________

First package (probably) built to easily obtain the data within an entire shared Google Spreadsheet without passing Google username/ password or credentials.json.


Instructions.

To install the package, perform:

pip install Googlexcel_noPassword

How to use the methods:

  1. To obtain the list of sheetnames:
#url_GoogleSheets = The shared url of Google Spreadsheet document. (Ensure that the privilege is set to 'Anyone with the link'.)
list_ofSheetnames = fetch_sheetnameslist(url_GoogleSheets)
  1. To obtain the dictionary with 'Key' = Sheetname and 'Value' = DataFrame:
#Returns a dictionary with all the sheetnames and their respective data as dataframe.
dict_Dataframes = dataframe_AllSheets(url_GoogleSheets)

Have fun with what is possibly the first library to bypass the credentials.json and the username/ password restrictions to fetch the entire Google Spreadsheet excel document.

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

Googlexcel_noPassword-1.0.tar.gz (16.0 kB view hashes)

Uploaded Source

Built Distribution

Googlexcel_noPassword-1.0-py3-none-any.whl (15.9 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