Hyperlink not found in XLS document

Hi Aspose team,

in attached project I included one XLS document which has 4 hyperlinks. 3 are in first worksheet and 1 is in 3rd worksheet.

Unfortunately only hyperlinks in first worksheet are identified.

Code is very simple:

public void ReadHyperlinks(string filename)
{
int i = 1;
Workbook workbook = new Workbook(filename);
foreach (Worksheet worksheet in workbook.Worksheets)
{
foreach (Aspose.Cells.Hyperlink hpl in worksheet.Hyperlinks)
{
Console.WriteLine(i.ToString() + ". " + hpl.Address);
}
}
}

Can you please have a look?


Hi,


Thanks for your posting and using Aspose.Cells.

We were able to observe this issue and logged it in our database for a fix.

This issue has been logged as

  • CELLSNET-45378 - Hyperlink in 3rd worksheet is not identified

Hi,

Thanks for using Aspose.Cells.

This is to inform you that we have fixed your issue CELLSNET-45378 now. We will soon provide the fix after performing QA and including other enhancements and fixes.
Hi,

Thanks for using Aspose.Cells.

Please download and try the following latest fix

Aspose.Cells for .NET v17.5.4 (.NET 2.0) compiled in .NET Framework 2.0.
Aspose.Cells for .NET v17.5.4 (.NET 4.0) compiled in .NET Framework 4.0.

and let us know your feedback.

Works, thanks for quick help :)

Hi,


Good to know that your issue is figured out by the new fix. Feel free to contact us any time if you need further help or have some other issue or queries, we will be happy to assist you soon.

Thank you.

The issues you have found earlier (filed as CELLSNET-45378) have been fixed in Aspose.Cells for .NET 17.6.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.