SVG rendition not working as expected

Hi Team,

We are converting excel to SVG. But the hyperlinks are lost while creating SVG which shouldnt be.
Request you to please look into the issue.
Attaching input xlsm, code snippet and output SVG.
SVG Issue.zip (102.4 KB)

@nikhilvijay,

Thanks for the template XLSM file.

After an initial test, I reproduced the issue as you mentioned by converting your template XLSM file to SVG. I found the hyperlinks are lost/removed while creating SVG from XLSM file format.
e.g.
Sample code:

Workbook wbInput  =  new Workbook("f:\\files\\2191051_DailyChangesAuNz_jvm_.xlsm");
SvgSaveOptions saveOptions = new SvgSaveOptions();
wbInput.save("f:\\files\\out1.svg", saveOptions);

I have logged a ticket with an id “CELLSJAVA-44903” for your issue. We will look into it soon.

Once we have an update on it, we will let you know.

@nikhilvijay,

This is to inform you that your issue has been resolved now. The fix will be included in the next upcoming release (Aspose.Cells for Java v22.10) which is scheduled in the first/second week of October 2022. You will also be notified when the next version is released.

The issues you have found earlier (filed as CELLSJAVA-44903) have been fixed in this update. This message was posted using Bugs notification tool by Peyton.Xu