Posted 6 March 2020, 6:04 am EST
Good morning/afternoon.
I’m currently experiencing an issue which has been flagged by our clients which is related to the behaviour of percentage formatted cells.
Basically, given a range of cell with formatter set as 0.0% if the user changes the cell from 10% to 12 the output shows 1200% rather than 12%.
I used my previous sandbox to showcase the issue: https://codesandbox.io/s/multi-instance-spreadjs-on-vue-ggk9q
Go to Instance 1 and change a cell value within the column ComPct.
Note, our implementation uses data injected with the fromJSON method (containing the formatter) so we don’t do any manual generation of cells.
The expected behaviour is something you could check on any product like MS Excel or Google Sheets.

