I have used the closedxml.dll for generating worksheet.
I have an application where on click of button saves some data in Excel using C#.I have used the memorystream for saving inside the excel sheet. I have also kept dropdown for some columns inside sheet. When i download the excel and check the Data and the dropdowns are working fine.
Now I have a requirement like Calendar control should come for one column when I click on the cell like just in below pic situation.
Here when the cell on the column DOB is clicked Calendar or DateTimepicker should show to select the date.
Your help is high appreciable
Thanks