Johannes Luff
Results
1
comments of
Johannes Luff
I have finished the simple implementation in gs. :-) ``` function insertRows(newRows) { const sheet = this.getSheet() const headings = this.getHeadings() const nonNullRows = newRows === undefined || newRows ===...