1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 21:17:45 +00:00

Spreadsheet: Add Range(s).toArray()

This commit is contained in:
u9g 2022-03-02 18:30:14 -05:00 committed by Ali Mohammad Pur
parent 6302ca0043
commit 93115ee044
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) {