I have an existing excel file, from which I am trying to read data and store it in the DB. But there are few Text Boxes and Check Boxes, where I need to get data from these as well. Is anyone aware of how I can get these values from Excel using C#(Any Nuget package available). For getting the cell values I am using EPPlus.
Note: The excel format is fixed and cannot make any changes to that.
Any kind of help/suggestions would be appreciated.