Hi,
I am using the hot.getSourceData() to extract the data of handsontable but it’s getting the formula of the cells instead of the result of it.
How can i extract only the results of the whole handsontable?
Thanks.
Hi,
I am using the hot.getSourceData() to extract the data of handsontable but it’s getting the formula of the cells instead of the result of it.
How can i extract only the results of the whole handsontable?
Thanks.
Hi @aries031595
getSourceData
returns the formula and getData
returns the results.
Here’s a demo http://jsfiddle.net/handsoncode/f1h9bL3z/