This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Email Google Sheets table to inbox.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Upload files to Google Drive using Google Apps Script Web Apps and save records in Google Sheets. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How to pull data from Google Sheets to HTML table |
NewerOlder