Copy content from Excel and paste into VLC

Questions and answers on how to use XLSSpreadSheet.
Post Reply
MaxChan
Posts: 19
Joined: Sat Sep 03, 2016 6:38 am

Copy content from Excel and paste into VLC

Post 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!
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Copy content from Excel and paste into VLC

Post 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;
Lars Arvidsson, Axolot Data
Post Reply