I am a horse racing lover and working on my own spreadsheet handicapping
function insertBrisnetData() {
var spreadsheet = SpreadsheetApp.getActiveSpreadsheet();
var sheet = spreadsheet.getSheetByName(‘Brisnet Data’); // Change to your sheet name
Can someone walk through this with me so the csv file imports automatically?
New contributor
Charles Lucas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.