Spreadsheet: Add Range(s).toArray()

This commit is contained in:
u9g 2022-03-02 18:30:14 -05:00 committed by Ali Mohammad Pur
commit 93115ee044
Notes: sideshowbarker 2024-07-17 17:58:37 +09:00
3 changed files with 40 additions and 9 deletions

View file

@ -136,7 +136,7 @@ class Sheet {
if (column !== name) continue;
bound = Math.max(bound, row);
}
return row;
return bound;
}
evaluate(currentColumn, currentRow, expression) {