I have to dynamically read about 2000 files in Excel xlsx format, to import data to database using csharp. It´s not tabular data, no head columns at all, the data has to be read dynamically, because the positions of the cells change according to the product data, we have labels cells to find the data. My biggest problem is I can not read the value of combo boxes cause positions, name and quantity of cells/combos will change depending the product, but the labels will remain the same. I tried to export to every single format type but it doesn´t works, the combo selected value after specific cell label dissapears. Any possible solution?
- Ex. of my spreadsheet:
- row A1: label|value|null value|label|value|merge cells label|value
- row A2: label|producttypecombovalue
- row A3: label|producttypecombovalue
- row A4: label|producttypecombovalue...
- row AX..: label|value|label|value|merge cells label|value
