Hi,
I have a problem. My handsontable will receive many copy-paste numbers from other Excel files. These numbers can be in 0.00 format or in 0,00 format (with comma), but when they are pasted on my handsontable they have to ALWAYS appear in 0.00 format (with dot). I have thought of using the “beforePaste” event to convert 0,00 to 0.00, but this event DOES NOT WORK, it is not even introduced by the function of the event.
Now I have the numeric type and the format to 0.00. This causes that when I do copy-paste the following happens:
100 —> 100.00 OK
100.45 —> 100.45 OK
100,45 —> 10045 KO
Please, how would you solve this problem? Why does not the “beforePaste” event work?
Greetings.