Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2730
Launch an excel file or a list view to copy and paste values into a list view
posted

Can someone assist me in using infragistics object to launch an excel file. Meaning opening the the excel file.

What I am trying to do accomplish is opening up  an excel template , letting the user save some values in the excel file, once the user close the excel file. The application will detect that the file is close, once the file is closed. the thread or application continues to process the values in the excel file. This is what the customer wants, I was thinking  that it was a little weird and not safe.

What is if we use a listbox or ultragrid that has one column that will allow the user to copy and paste values into one column, and then when I close the listbox or form that contains the list box i process some values or do something.

Is this possible to copy paste multiple values in one column or even multiple columns, is so can you give me an example or property to set to allow me to copy and paste values into a column.