Programmatically copy to the clipboard

Is there an API to call to copy table data to the clipboard or is it only bound to the ^c keyboard shortcut?

Hey @dcardin, I’m afraid that there is no API available to copy data to the clipboard. Your only choice is to imitate the press of a Ctrl-C combination.

Alright! Thanks for the info though