Skip to content

Instantly share code, notes, and snippets.

@bpwebs
bpwebs / #Email Google Sheets table to inbox.txt
Last active November 30, 2022 16:30
Email Google Sheets table to inbox
#Email Google Sheets table to inbox.txt
@bpwebs
bpwebs / Code.gs
Created February 27, 2022 16:42
Getting crypto price updates to Google Sheets from CoinMarketCap with Google Apps Script
/**
* CRYPTO PORTFOLIO TRACKER
* CREATE BY: www.bpwebs.com
*/
const SHEET_NAME = 'Crypto Portfolio';
const RN = 7; //The row number of the first coin the coins table
function getCryptoUpdates() {
Upload files to Google Drive using Google Apps Script Web Apps and save records in Google Sheets.
@bpwebs
bpwebs / #How to pull data from Google Sheets to HTML table.txt
Last active June 29, 2025 05:12
How to pull data from Google Sheets to HTML table - bpwebs.com
How to pull data from Google Sheets to HTML table