Hello,
I would like to change numericFormat for cell dynamically but I don’t know exact syntax how to do it. I used
hot.setCellMeta(1, 1, 'type', 'numeric');
hot.setCellMeta(1, 1, 'numericFormat', "pattern: '€0.00', culture: 'sk-SK'");
Example at
https://jsfiddle.net/janzitniak/mdjofgnc/7/
Jan