Aspose.Cells Hyperlink

Hi,

We have an excel file that we generate dynamically.

The first column are hyperlinks.

How do we format it so that they are automatically formatted as hyperlinks as opposed to text?

Thanks!

Hi,

If you add hyperlinks, we will auto add style to the cell which link to hyperlink.

If you want to apply style to the entire column, please see Column.ApplyStyle() method.

Hi Warren,

Thanks for the quick response -

We use ImportDataTable and the links come from the source already - so how do we get them to become links?

Thanks!

Hi,

We do not add import hyperlink in the import data table. You should add hyperlinks by yourself with Worksheet.Hyperlinks.Add() method.