How do I add a Multiple selection list to an Excel spredsheet in each cell of one column. I need to be able to read the selected values in c#.
Looking for a managed code solution. CANNOT USE INTEROP
Anything that allows a multiple selection and the aability to read using OLEDB, currently using a listbox.
WE can only use ADO.NET & C#
The dropdown list must appear in each row and it's vaule should be read from OLEDB.