How to copy from C# control and paste link into excel.
Posted
by Steve H.
on Stack Overflow
See other posts from Stack Overflow
or by Steve H.
Published on 2010-06-01T16:53:15Z
Indexed on
2010/06/01
17:03 UTC
Read the original article
Hit count: 334
I have an application that I want to link to excel. I have no preference which control is used as long as I can copy the data or control, and paste link into excel. When the data changes in my application, I want the cell to change in excel.
I have a client that claims it is possible and he has seen it, but has no proof and may be confused.
I have searched the internet and have come up with a number of half-solutions, and people who want the opposite of what I want. Does anyone know the full solution?
© Stack Overflow or respective owner