I am reading an excel file in C#.NET. The data is being read successfully but there is problem with some hyperlinks stored in the excel file.
I can read their text but i dont know how to get the underlying link/url of the column.
I couldnt find much help on google as well. if someone has worked in a similar situation please let me know what can be done.
edit::: i am using OleDb namespace for establishing a connection with the Excel file so if someone can post a solution which applies to this situation please do.