Build an app that connects to Google Sheets using Python. Learn how to fetch and process spreadsheet data on Replit.
Fork the template
Configure for public sheets
main.py
WORKSHEET_URL
with your Google Sheet URLrequire_auth=False
for public sheetsConfigure for private sheets
SERVICE_ACCOUNT_JSON
Configure deployment
Test