Hi,
The formulas in the spreadsheet are not working. When i type
=SUM(3;6) it displays the same in the cell - does not display 9.
Am I missing sometthing??
Regards,
Vidya
Hi,
The formulas in the spreadsheet are not working. When i type
=SUM(3;6) it displays the same in the cell - does not display 9.
Am I missing sometthing??
Regards,
Vidya
Hi,
have you specified during initialization that spreadsheet should use math?
Here is more information:
docs.dhtmlx.com/doku.php?id=dhtm … sheet:init
You have to use parameter “math: true” to enable formulas calculating.
Thanks, its working now
Vidya