Maxim
|
4b4bac53aa
|
INDEX(): fix getting row and col numbers from references (#239)
Allow to use cell references as row and column in function INDEX(). Eg:
```
=INDEX(A1:B5, A9)
```
|
2017-10-06 14:01:20 +09:00 |
Maxim
|
810f174d6e
|
Fix INDEX() function when rows count less than row number (#233)
|
2017-09-30 12:13:20 +09:00 |
Paolo Agostinetto
|
fd83c191ea
|
MATCH function behavior when third parameter is equal to 1 or -1
Fixes #51
Closes #122
|
2017-04-01 12:36:02 +09:00 |
Adrien Crivelli
|
8dddf56c2e
|
Use proper syntax for variadic functions
This simplify code, increase readability and improve the function
signature for API users.
|
2017-01-23 15:01:20 +09:00 |
Adrien Crivelli
|
e1f81f0fe0
|
Refactor tests data from custom format to PHP
FIX #14
|
2016-08-16 21:00:19 +09:00 |