TableExport
TableExport copied to clipboard
Copy to clipboard?
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?
@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.