mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
Spreadsheet: Add Range(s).toArray()
This commit is contained in:
parent
6302ca0043
commit
93115ee044
Notes:
sideshowbarker
2024-07-17 17:58:37 +09:00
Author: https://github.com/u9g
Commit: 93115ee044
Pull-request: https://github.com/SerenityOS/serenity/pull/12853
Reviewed-by: https://github.com/alimpfard
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