sheetfu-apps-script
sheetfu-apps-script copied to clipboard
A Google apps scripts ORM to manipulate spreadsheets as database tables.
Hello, I've been looking for a solution for since a week I will explain it here hoping to get help i made a script that interacts with telegram using Apps...
We should refactor the way we handle the field existence and consequent errors https://github.com/socialpoint-labs/sheetfu-apps-script/blob/a99d6ed87d7bb48c624c7d8683772d4c4611958a/item.gs#L175
A fast method to query the item values in a large database
clearBackgrounds() only cleans the backgrounds of the items in the actual sheet, not in memory (in the items of Table()). If you do a clearBackgrounds() followed by a commit(), the...
Being a formula in a random cell: `=SUM($1:$2)` / `=SUM($A:$B)` After commit it's broken to: `=SUM(R1:R2)` / `=SUM(C1:C2)` After some research, it's a Google Sheets API issue. While next methods...