socialpoint-labs / sheetfu-apps-script

A Google apps scripts ORM to manipulate spreadsheets as database tables.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error handling in item.getFieldX and item.setFieldX

urpizu opened this issue · comments

We should refactor the way we handle the field existence and consequent errors

var columnField = this.table.header.indexOf(field) + columnIndexOffset;