Skip to content

engo09/csv_gsheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Import a csv into google sheets


# Important to add to run locally
# add imports to global Python

# move/copy files to 'MAIN_DIRECTORY_WHERE_CODE_WILL_LIVE'
# code must always run from 'MAIN_DIRECTORY_FROM_WHERE_THE_CSV_WILL_BE_PULLED'

# add alias
~/.bash_aliases
alias csv="/user/enrique.gomez/placed directory/main.sh"

# be careful with directories, not the same rule applies for all files, mainly for importing the csv

# how it runs
alias "argument"
# then you will be requested the spreadsheet and/or sheet name as well as the spreadsheet id if you want to append a sheet

# argument
new = creates a new spreadsheet importing the indicated csv
sheet = adds a sheet to indicated spreadsheet, by ID


@engo09_k


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published