Skip to content

Instantly share code, notes, and snippets.

View brianscodery's full-sized avatar

Brian Duncan brianscodery

  • Eau Claire, WI
View GitHub Profile
@brianscodery
brianscodery / exportSpreadsheet.gs
Created March 29, 2019 17:16 — forked from Spencer-Easton/exportSpreadsheet.gs
Example on how to export a Google sheet to various formats, includes most PDF options
function exportSpreadsheet() {
//All requests must include id in the path and a format parameter
//https://docs.google.com/spreadsheets/d/{SpreadsheetId}/export
//FORMATS WITH NO ADDITIONAL OPTIONS
//format=xlsx //excel
//format=ods //Open Document Spreadsheet
//format=zip //html zipped
@brianscodery
brianscodery / README.md
Created January 31, 2019 05:13 — forked from hofmannsven/README.md
My simply Git Cheatsheet