Skip to content

Instantly share code, notes, and snippets.

@BjoernSchilberg
Last active September 7, 2018 11:39
Show Gist options
  • Save BjoernSchilberg/bbc147653bafb963364a to your computer and use it in GitHub Desktop.
Save BjoernSchilberg/bbc147653bafb963364a to your computer and use it in GitHub Desktop.
Download csv files from google docs spreadsheet and import in Microsoft Excel

README

Download csv files from google docs spreadsheet

curl "https://docs.google.com/spreadsheets/d/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/export?format=csv"

Import to Microsoft Excel

  • CSV export will be separate with Semicolon if "Region Setting" is German.
  • CSV export will be separate with Comma if "Region Setting" is UK/US.

Advanced Import

  • Available via Import Wizard via Data Tab.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment