sheetquery icon indicating copy to clipboard operation
sheetquery copied to clipboard

Query Builder/ORM for Google Sheets

Results 3 sheetquery issues
Sort by recently updated
recently updated
newest added

Hi! Inserting rows is really slow (3 Minutes for 640 entries :-/ ). Do you see any way to increase performance of insertRows? I really like the simplicity of sheetquery...

Added patchRows and patchRow methods. They are similar to updateRows/updateRow, but patchRow() only updates cells which was changed. So functions in some other cells will be safe. Only drawbacks are...

Not sure if intended for simplicity, but currently `updateRows()` overwrites the formula in a cell with the value it outputs instead of leaving the old formula. Would be cool if...