How to add multiple selection lists to an Excel spreadsheet in each cell of one column. I need to be able to read selected values ββin C #.
Looking for a managed code solution. CANNOT USE INTEROP
Anything that allows for multiple selection and readability using OLEDB, currently using a list.
We can use only ADO.NET and C #
A drop-down list should appear on each line, and it should be read from OLEDB.
source share