Problem with SmartArt object

Hello,

Using Aspose Cells 8.3.1 (.Net).

While opening an xlsx file containing a smartart object with aspose.cells, and then just saving the file, the smartart object is unexpectedly modified : the text attached to a shape is moved at the top-lef position.

I don’t find any property nor method to achieve a correct behavior. Is this a bug or a misuse ?

Any help very appreciated. I join xlsx files pointing out the problem (before / after processing).

Thanks to you.

Stephane.

Hi,


Thanks for providing us template file.

After an initial test, I observed the issue as you mentioned. I just opened and
re-saved the template file provided by you, I found the text
attached to a Smart Art shape is moved at the top-left position in the
output Excel file as you pointed out.


e.g


Sample code:


string filePath = @"e:\test2\Before.xlsx";


Workbook workbook = new Workbook(filePath);

workbook.Save("e:\\test2\\out1.xlsx", SaveFormat.Xlsx);

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

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

Thank you.

Hi,

Thanks for your using Aspose.Cells.

Please download and try the latest fix: Aspose.Cells for .NET v8.3.1.6 and let us know your feedback.

The issues you have found earlier (filed as CELLSNET-43290) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.