Ali Mohammad Pur
|
746b8ec8de
|
Spreadsheet: Make it possible to refer to ranges in other sheets
Now the range A0:C4 in a sheet named "foo" can be represented as:
R`sheet("foo"):A0:C4`
This makes it possible to do cross-sheet lookups and more.
|
2022-06-26 22:21:17 +01:00 |
|
u9g
|
c8803afe3e
|
Spreadsheet: Add CommonRange#unique()
|
2022-03-09 10:22:20 +03:30 |
|
u9g
|
b9d44eb022
|
Spreadsheet: Add SplitRange class and CommonRange#filter
|
2022-03-09 10:22:20 +03:30 |
|
u9g
|
75a02300ba
|
Spreadsheet: Add find, findIndex, indexOf, & has to CommonRange
|
2022-03-05 05:46:35 +03:30 |
|
u9g
|
87c818c571
|
Spreadsheet: Put common Range(s) functionality into CommonRange class
|
2022-03-05 05:46:35 +03:30 |
|
u9g
|
12ef20b869
|
Spreadsheet: Improve R function to support all of the examples
|
2022-03-04 04:29:20 +03:30 |
|
u9g
|
93115ee044
|
Spreadsheet: Add Range(s).toArray()
|
2022-03-04 04:29:20 +03:30 |
|
u9g
|
4eb2c70a03
|
Spreadsheet: Make Range(s).forEach() return Position objects
|
2022-03-02 21:49:17 +03:30 |
|
u9g
|
d047f26a74
|
Spreadsheet: Add Range(s).at(ix)
|
2022-03-02 21:49:17 +03:30 |
|
u9g
|
6c35419236
|
Spreadsheet: Add Range(s).first() functions
|
2022-02-27 02:48:32 +03:30 |
|
Ali Mohammad Pur
|
bed129a69f
|
LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour tests
As there's a somewhat active development going on, let's keep the
expected behaviour under tests to make sure nothing blows up :^)
|
2022-02-23 03:17:12 +03:30 |
|