Bug report
Reported in ticket № 1429260
Reproduction of the problem
- Create a date in a cell in Excel, e.g. 9/9/2019 with format type as "Date";
- Shrink the column so that the date is displayed as hash tags ####;
- Select the cell and copy it
- Paste it in any Kendo UI Spreadsheet cell
Current behavior
The date is pasted as string with value of hash tags.
Expected/desired behavior
The date is pasted as a date
Notes
The e.ClipboardContent.data contains the hash tag string as value, so the issue should be somewhere in the clipboard pasting logic