Please welcome to the programming world the csv_to_gsheet
command!
With this command, you can import your csv files to Google Sheets without going through Google's CSV import wizard.
Install it with gem install csv_to_gsheet
.
Using it requires creating an OAuth2 app for Google Services and using that app's credentials.json file locally. After that, do this:
$ csv_to_gsheet ./my_data.csv
# <web page opens with newly created google sheet>
Here's a demo of it in action:
Want to know more? Source code here.