Skip to content

Instantly share code, notes, and snippets.

@eli8527
eli8527 / Auto.js.gs
Created November 5, 2018 21:35
Google Script for Sheets that syncs a table with a mysql database table. Customizable. Refer to lines 127-132 in Code.gs for the columns used in this table. Serves an easy way to have a familiar CMS while still using mysql as a backend.
/** --------------------- */
/** AUTO FIRING FUNCTIONS */
/** --------------------- */
function onOpen() {
/**
Establish the UI on document open
*/
// Instantiate the UI object