Google Apps Script – Get Headers and Values
I Thought I would share with you a small function that I made for Google Apps Scripts. Basically this will take 2 passed values, an Object that must be a sheet within your spreadsheet and a row number. This will then go and create and associative array of column headers and their values. It will…