-
Notifications
You must be signed in to change notification settings - Fork 3
ontiyonke/google_spreadsheet
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
spreadsheetReader is a python program to import data from a google spread sheet. Provide a one-way import of patient appointment information from a Google Documents Spreadsheet. This is a command line program to run: add spreadsheet name to self.getSpreadsheet() inside Run() function then type python spreadsheetsExample.py --user=<username> --pw=<password> on command line. The enrollment worksheet uses list based feeds the first row is assumed to be the header row and every row after that, the first empty row terminates a data set.The month worksheet is cell based. The data from each worksheet is converted into its original format and stored in a list that contains lists of rows from the worksheet.
About
Google spreadsheet Reader
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published