Mailto: Links

Hi,

I’m using Aspose.Excel version 3.0.0.1 with .NET 2.0 beta 1. I’m having trouble making email links in my workbook. I’m trying to create the links like this:

worksheet.Hyperlinks.Add(row, column, 1, 1, “mailto:email@address.com”);
But the hyperlink in the output Excel (2000 format) document links to file:///mailto:email@address.com.

Is there any way to create email links?

Thanks,

Kev

Hi Kev,

I will check and fix this bug ASAP.

Hi Laurence,

Sorry to nag, but is this bug going to be fixed soon? No worries if not; I can make a macro to do the job. If you could give me an indication of when it’s going to be fixed, that’d be a great help.

Thanks!

Kev

Hi Kev,

It’s fixed. Please download and try the latest version at

Hi Laurence,

New version works fine, works with .NET 2.0 too. Thanks!

Kev