Excel to Xps conversion: link is not clickable after conversion done

Good day,

Recently we have faced with an issue that link is no more clickable after excel document has been converted to xps (see attached files for more details). Conversion has been performed in a following way:

Workbook excelWorkbook = new Workbook(documentStream);
excelWorkbook.Save(outFile, new XpsSaveOptions());

Product version: 7.3.0.0

Thank you.

Hi,

Thanks for your posting and using Aspose.Cells for .NET.

I was able to replicate this issue using the latest version:
Aspose.Cells
for .NET v7.3.0.
5

We have logged this issue in our database. We will look into this issue and fix the problem. Once the issue is fixed or we have some other update for you, we will let you know asap.

This issue has been logged as CELLSNET-40974.

Please see the test code below. I have also attached the output xps for your reference.

C#


string filePath = “original.xlsx”;


Workbook workbook = new Workbook(filePath);


workbook.Save(filePath + “.out.xps”);


@igorgnedish,

Please try our latest version/fix: Aspose.Cells for .NET v21.8.1:
Aspose.Cells21.8.1 For .Net2_AuthenticodeSigned.Zip (5.6 MB)
Aspose.Cells21.8.1 For .Net4.0.Zip (5.6 MB)
Aspose.Cells21.8.1 For .NetStandard20.Zip (5.6 MB)

We have fixed your issue.

Let us know your feedback.

The issues you have found earlier (filed as CELLSNET-40974) have been fixed in this update. This message was posted using Bugs notification tool by simon.zhao