Skip to content

Instantly share code, notes, and snippets.

View astleychen's full-sized avatar

Astley Chen astleychen

View GitHub Profile
@astleychen
astleychen / StitchingSheets.js
Created December 6, 2022 08:07 — forked from mrlynn/StitchingSheets.js
Google Sheets Script - Complete Script for Article Stitching Sheets
/****
* Michael Lynn - http://blog.mlynn.org
* Stitching Sheets - Integrating Google Sheets with MongoDB Using MongoDB Stitch
****/
// Create an object which contains keys for each column in the spreadsheet
var columns = { // 0 indexed
type: 2,
date_start: 3,
date_end: 4,