coderbunker / gas

G-Suite Google Apps Script (GAS) used with Coderbunker documents
3 stars 0 forks source link

should not rely on absolute column numbers #69

Open andiechu opened 5 years ago

andiechu commented 5 years ago

Getting data from spreadsheet should not rely on absolute column numbers.

Ricky has a function getHeaderMapping to enable lookup of header row -> header column number:

https://github.com/coderbunker/gas/blob/master/src/timesheet/data.js

turn that into a reusable library and have it in both

Originally posted by @rngadam in https://github.com/coderbunker/gas/pull/65