You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a bug that happens on Windows where copying and pasting multiple cells from MS Excel will paste an extra empty cell. This can unintentionally overwrite existing cells as seen in the screenshot.
If anyone comes across this issue, it can be easily fixed by using the parsePaste prop on the component, and pass it a modified version of the default function with an added .trim() call:
There's a bug that happens on Windows where copying and pasting multiple cells from MS Excel will paste an extra empty cell. This can unintentionally overwrite existing cells as seen in the screenshot.
This bug is reproducible on the demo as well https://nadbm.github.io/react-datasheet/
This does not happen on Mac.
The text was updated successfully, but these errors were encountered: