Save HandSonTable data with formatting

How can we save handson table data with formatting I did format entire column with setCellMeta() , I am getting data by hot.getData() but not in formatted way. I need to save data in file in JSONformat .

Hi @viral.mehta

There is no method to gather metadata for the whole table at once. You’d need to convert data from the getCellMetaAtRow()

Is there any way i have to save handsontable with formated data? and rebind it as and when needed

Handsontable keeps formatting in the columns and cells methods so you can check what is the syntax for those options and store cell meta the way that the options supports it.