Posted 18 March 2020, 2:08 pm EST
Good morning/afternoon.
I’m reaching you out as I’ve got a request of having the possibility to create formulas starting with the sign + as per MS Excel.
E.g.
- create a new sheet and place a number on A1 (say 10)
- place a number on B1 (say again 10)
- then go to C1 and start writing inside the cell +A1+B1
The output is a formula that sums the 2 cells, this is not the case for the SpreadJS implementation (e.g. you can test it here: https://www.grapecity.com/demos/spread/JS/InspectorSample/)
Do you have any solution for this requirement?
Thanks in advance
