-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copying selection of empty cells from Excel Online does not work #33
Comments
Yes. When we read
(On Chrome, on ChomeOS) Likely that HoT is reading that info, instead of just the empty string ( We will need a HTML table parser to go from...
... to ...
|
Let's always use "text", but when it's empty like This might be a helpful article: https://www.mschaef.com/what_is_in_your_clipboard. |
Example: copy 2x2 empty cells from Excel Online to DGXL in this Codepen demo: https://codepen.io/datagridxl/pen/mdXxXPR. It doesn't work in DGXL; it works in HoT though.
When pasting the values in the "Check Formatting" textarea, the copied string is
""
. It seems that HoT reads other data than the copied string. Perhaps the clipboard object holds more detailed Excel info, as they cannot possibly interpret""
as meaning 2x2 empty cells.The text was updated successfully, but these errors were encountered: