Skip to content

Instantly share code, notes, and snippets.

View Arshitabhatt's full-sized avatar
🌏
Whole world is a stage

Arshita Bhatt Arshitabhatt

🌏
Whole world is a stage
View GitHub Profile
@Arshitabhatt
Arshitabhatt / StitchingSheets.js
Created June 12, 2019 17:51 — 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,