Age | Commit message (Expand) | Author |
---|---|---|
2022-03-09 | Spreadsheet: Add CommonRange#unique() | u9g |
2022-03-09 | Spreadsheet: Add SplitRange class and CommonRange#filter | u9g |
2022-03-05 | Spreadsheet: Allow integer() to throw in weird cases | u9g |
2022-03-05 | Spreadsheet: Add find, findIndex, indexOf, & has to CommonRange | u9g |
2022-03-05 | Spreadsheet: Put common Range(s) functionality into CommonRange class | u9g |
2022-03-04 | Spreadsheet: Improve R function to support all of the examples | u9g |
2022-03-04 | Spreadsheet: Add Range(s).toArray() | u9g |
2022-03-02 | Spreadsheet: Make Range(s).forEach() return Position objects | u9g |
2022-03-02 | Spreadsheet: Add Range(s).at(ix) | u9g |
2022-02-27 | Spreadsheet: Add sumProduct(If) functions | u9g |
2022-02-27 | Spreadsheet: Add max(If)/min(If) function for ranges | u9g |
2022-02-27 | Spreadsheet: Add Range(s).first() functions | u9g |
2022-02-23 | LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour tests | Ali Mohammad Pur |