Embedded excel object disappeared when converting to image

Thank you for your support.

I have converted No3.vsd to image with Aspose Diagaram 17.11. Please find a error in ExportToImage_out.png.
No3.zip (53.9 KB)
ExportToImage_out.png (3.3 KB)

I have also attached No3.tiff whichi is the image that MS Visio outputs as a reference.
No3.tiff.zip (6.6 KB)

This is my code

public class ExportToImage
{
public static void Run()
{
try {
// ExStart:ExportToImage
// The path to the documents directory.
string dataDir = RunExamples.GetDataDir_LoadSaveConvert();

            // Call the diagram constructor to load a VSD diagram
            //Diagram diagram = new Diagram(dataDir + "ExportToImage.vsd");
            Diagram diagram = new Diagram(dataDir + "No3.vsd");

            // Save Image file
            diagram.Save(dataDir + "ExportToImage_out.png", SaveFileFormat.PNG);
            // ExEnd:ExportToImage
        }
        catch (System.Exception ex)
        {

        }
    }
}

@PFU.DSOL2,

We managed to replicate the problem of missing table in our environment. It has been logged under the ticket ID DIAGRAMNET-51400 in our bug tracking system. We have linked your post to this ticket and will keep you informed regarding any available updates.

Thank you for your support.
Do you have any updates about DIAGRAMNET-51400? I am happy if I could get when the incident will be fixed,

@PFU.DSOL2,

The linked ticket ID DIAGRAMNET-51400 is pending for the analysis and not resolved yet. Our product team will investigate as per their development schedules. We will let you know once it is resolved.

The issues you have found earlier (filed as DIAGRAMNET-51400) have been fixed in this update. This message was posted using Bugs notification tool by philip.zhou