Skip to content

Instantly share code, notes, and snippets.

View dmahely's full-sized avatar
😛
Building

Doaa Mahely dmahely

😛
Building
View GitHub Profile
@dmahely
dmahely / download_sheet.py
Created April 26, 2021 18:18
Download Google sheet in Excel format
# This script will take in a Google sheets link
# and download the sheet in Excel format to your computer
# example:
# $ python3 download_sheet.py https://docs.google.com/spreadsheets/d/1eSfTc8B6sU94JVvmXWEyINytWdjzRIwLA8bB93Lycus/edit#gid=1773176508
import sys
import webbrowser
# read the sheet link argument passed in the cli