mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:37:45 +00:00
Spreadsheet: Add Range(s).toArray()
This commit is contained in:
parent
6302ca0043
commit
93115ee044
3 changed files with 40 additions and 9 deletions
|
@ -136,7 +136,7 @@ class Sheet {
|
|||
if (column !== name) continue;
|
||||
bound = Math.max(bound, row);
|
||||
}
|
||||
return row;
|
||||
return bound;
|
||||
}
|
||||
|
||||
evaluate(currentColumn, currentRow, expression) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue