Is there any way to Hansontable support the following operations?
“–” operator: Convert boolean to number
“%” with reference: Hansontable can deal with 100% -> 1, but it is not working with reference like A1 has 100 as it’s value, in another cell user write =A1%, it gives an error
Range of string: In excel, =A1:A4=“test” returns true if there is “test” in any of those cell, but in handsontable it always return false