Enable disbale formula plugin

How do we enable and disable formulas plugin after HOT has been created?
Also, how to use recalculate() function?
If possible, kindly provide a working jsFiddle for the use of both of them.

Hi @rishabhbhs

you can use the true/false values for the formulas option via updateSettings like in this demo http://jsfiddle.net/nkfc70t3/ (turns off formulas after 1300ms) .

recalculate is a part of the plugin. You can call it by the

hot.getPlugin('Formulas').recalculate()