hello,
i’m quite new to plotly dash, and even more to Ag Grid … It is possible to paste datas from an excel sheet into a dash DataTable (paste columns for example). It seems that, by default, it is not possible with Ag Grid tables. Did I miss something (highly possible
) ? I spent some times looking at videos on the (great) youtube channel “Charming Data”, but did not see that possibility yet … .
thank you,
Vincent
Hello @VincentL,
Welcome to the community!
I dont believe that this is available by default, however, it looks to be possible (with AG Grid Enterprise).
We allow you to bring your own clipboard functions. 
processCellForClipboard: 1,
processHeaderForClipboard: 1,
processGroupHeaderForClipboard: 1,
processCellFromClipboard: 1,
sendToClipboard: 1,
processDataFromClipboard: 1,
Read more here:
@jinnyzor Thank you for your answer !
well, so i 'm going to use datatables a little bit more for some applications 
kind regards,
vincent