Hi,
I’m using Aspose Cells 22.1
When I convert a sample from xls to pdf, I get data loss. I tried updating to the latest version but still getting the same issue.
After conversion, the rows contain hyperlink is missing.
Here is my current code:
using(var workbook = new Aspose.Cells.Workbook(inFile))
{
workbook.AcceptAllRevisions();
workbook.Save(outFile, SaveFormat.Pdf);
}
Please help investigate this issue. Thanks!
image.png (62.3 KB)
Sample.zip (196.5 KB)