TableExport icon indicating copy to clipboard operation
TableExport copied to clipboard

Copy to clipboard?

Open nowherenearithaca opened this issue 5 years ago • 1 comments

How hard would it be to copy to the contents to the clipboard so that it could be pasted into an excel file rather then having it save to a file?

nowherenearithaca avatar Sep 19 '18 14:09 nowherenearithaca

@nowherenearith – Assuming there is a simple, performant, cross-platform library to copy large amounts of data to the system clipboard (something like clipboard.js), then I do not think that it would be too difficult, albeit I do feel that this is an implementation detail rather than something that should be supported as a feature of the library itself.

I would suggest trying to implement this using clipboard.js along with a custom button.

clarketm avatar Oct 24 '18 06:10 clarketm