Hi,
I am looking to read an excel file into the workbook.
the issue is that the columns in my excel sheet are not certain or pre-defined.
They may vary and I don't want to put any column schema restriction as such.
In the samples you have a observable collection having some pre-defined data members.
Since I don't have control over the number of columns that can be uploaded by the user, I need something which can handle any number of columns. I don't look forward to do any processing on the workbook other than displaying the data on teh screen.
Can someone please suggest on this ?
Hello,
Do you have any further questions or concerns about loading a dynamic number of columns from an Excel file?