Page 1 of 1

Copy content from Excel and paste into VLC

Posted: Sat Sep 03, 2016 6:45 am
by MaxChan
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!

Re: Copy content from Excel and paste into VLC

Posted: Sat Sep 03, 2016 12:35 pm
by larsa
Hello

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;