Hi, I am a new comer.
Is that possible to copy the Excel content ( Ctrl-C from abc.xlsx) into the XLSSpreadSheet?
I tried the demo exe. That is not working. Is this library support?
Thank you very much!
Copy content from Excel and paste into VLC
Re: Copy content from Excel and paste into VLC
Hello
Yes, but Ctrl+V will not paste content copied from excel. You have to create some code for this:
Yes, but Ctrl+V will not paste content copied from excel. You have to create some code for this:
Code: Select all
FXSS.XLS.Clipboard.PasteFromClipboard(SheetIndex,Col,Row);
FXSS.InvalidateSheet;
Lars Arvidsson, Axolot Data