Open Hyeok-su opened 2 years ago
@Hyeok-su Sorry for late reply. What do strange characters mean? Can you give an example?
@Hyeok-su Sorry for late reply. What do strange characters mean? Can you give an example?
For example,
In javascript, <<< this character is added.
@Hyeok-su It is not a bug. If you copy a cell that applied formatted text, the excel copy formatted text to clipboard. So the grid doesn't know if the text is original or formatted text.
This issue has been automatically marked as inactive because there hasn’t been much going on it lately. It is going to be closed after 7 days. Thanks!
When pasting formatted text from excel, strange characters are entered as data along with it.
Since I only accept numbers, I processed it with a regular expression on 'afterChange' function, but could you please check this issue?
Thank you.