These are Google Apps Scripts for syncing data between a Coda doc and a Google Sheets file. The scripts supports adding, deleting, and updating rows of data in your target Coda doc or Google Sheet. List of the scripts in this repo:
- coda_to_coda.js - Sync data from tables in one Coda doc to tables in another Coda doc
- sheets_to_sheets.js - Sync data from one Google Sheet to another Google Sheet
- coda_to_sheets.js - Sync data from a table in a Coda doc to a worksheet in Google Sheets
- sheets_to_coda.js - Sync data from a worksheet in Google Sheets to a table in a Coda doc