Aspose Visio with excel error

Hi,
I have a Visio with excel. If we just ‘Save’ the Visio with Aspose diagram, then the excel is not shown in Visio.(It’s shown as ‘X’).
Code:
string strInputPath = @“C:\Temp\1\1”;
string strOutputPath = @“C:\Temp\1\2\2”;
string[] files = Directory.GetFiles(strInputPath, “*.vsdx”);
foreach(string strFile in files)
{
Diagram vdxDiagram = new Diagram(strFile);
vdxDiagram.Save(strOutputPath + Path.GetFileName(strFile), SaveFileFormat.VSDX);
}

Input:Test002.zip (2.5 MB)
Output:Test002.zip (2.8 MB)
Could you please help us.(It’s important)

Thanks
Mani.

@manig

Thanks for contacting support.

We were able to notice the similar issue in our environment using Aspose.Diagarm for .NET 19.2. We have logged it as DIAGRAMNET-51626 in our issue tracking system for the sake of correction. We will further let you know in case of any additional details regarding issue resolution. Please spare us little time.

We are sorry for the inconvenience.

Hi Asad,

We hope you are working in this work (ticket ID: DIAGRAMNET-51626).

Could you please let us know the status?

Thank you.

@manig

We would like to share with you that your issue has been resolved and its fix will be available in upcoming version i.e. Aspose.Diagram for .NET 19.4. As soon as the new version is available, we will notify you.

The issues you have found earlier (filed as DIAGRAMNET-51626) have been fixed in Aspose.Diagram for .NET 19.4.

@asad.ali

Thanks for your support. I will check and update the status.

Thank you,
Mani.