How to read rows one by one by its column name from xlsx file using C# or making use of DocumentFormat
namespace.
Please help..!
Thanks.
How to read rows one by one by its column name from xlsx file using C# or making use of DocumentFormat
namespace.
Please help..!
Thanks.
Look at below question. You can get the data into dataset first and then read it from there by column name. I think that's a better option than trying to figure out how to read data using column name in excel(if at all it's possible which I doubt).