suddjian commented on issue #9080: Superset clipboard contents should paste nicely in Excel URL: https://github.com/apache/incubator-superset/issues/9080#issuecomment-582139432 This could also be done via JS event handlers on the [copy](https://developer.mozilla.org/en-US/docs/Web/API/Element/copy_event) event. We could manually insert a `text/html` formatted entry into the clipboard, but it would be very tricky to make sure we get the selection right and strikes me as a very bug-prone solution.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
