Hi
In my .NET web application i'm generating HTML data and exporting it to excel(.xls). Which will be opened in MS Excel 2007 or later.
One of column in data is anchor tag (<a href = "blah" />) which is displayed as hyperlink in excel. There is no problem in exporting the data to excel and opening it in Excel 2007 or later,
Now problem is for data after 65,534 th row, hyperlink not working, it is just displayed as text.
I am not sure why hyperlink is not working after 65, 534 th row. Is there any way to solve this issue.
Note: Currently we decided not to use openxml.
Thanks In Advance.
Jiya
Go to the complete details ...