Drawing object is too narrow

The drawing object appears normal in the original file, but the drawing object is too narrow when we save from Aspose
aspose_cell_file.zip (227.3 KB)
original.zip (240.4 KB)

@srmbimser,

Thanks for the template file.

After an initial test, I am able to observe the issue as you mentioned by re-saving his template XLSX file format. I found that embedded drawing objects becomes too narrow in the output file when re-saving the XLSX file via Aspose.Cells APIs:
e.g
Sample code:

Workbook wb = new Workbook("e:\\test2\\Original.xlsx"); 
            wb.Save("e:\\test2\\out1.xlsx"); 

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

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

@srmbimser,

This is to inform you that we have fixed your issue (logged earlier as “CELLSNET-46077”) now. We will soon provide you the fix after performing QA and incorporating other enhancements and fixes.

@srmbimser

Thanks for using Aspose APIs.

Please download and try the following fix for your issue CELLSNET-46077 and let us know your feedback.

The issues you have found earlier (filed as CELLSNET-46077) have been fixed in this update. Please also check the document/article for your reference: Install Aspose Cells through NuGet|Documentation