Saving XLS changes chart legend font size (Aspose.Cells 4.8.0)

Hello,


This happens with ver. 4.5.0 and 4.8.0. Just opening the attached file with Aspose.Cells and saving it will change the size of the fonts in the chart to a smaller size. Specifically :

- title font changes from 10 to 2.5
- legend font changes from 5.5 to 4.25

Steps to reproduce:

1°) save attached document to @"c:"
2°) run the following code:

Ex.Workbook wbook = new Ex.Workbook();
FileStream fstream = new FileStream(@“c:\6249.xls”, FileMode.Open);
wbook.Open(fstream);
fstream.Close();
wbook.Save(@“c:\6249-2.xls”);

3°) compare charts in the two files, the new one should have smaller fonts.

Your help would be much appreciated.

Hi,

Thank you for considering Aspose.

We have found your mentioned issues after an initial test. We will look into it and get back to you soon. Your issue has been registered in our issue tracking system with issue id CELLSNET-12926 .

Thank You & Best Regards,

Ok, thank you, I’m eagerly waiting for your update.

Hi,

Please try the attached version, we have fixed your mentioned issue.

Thank you.

This works, thank you very much.


Our licence for new versions goes up to 09/15/2009, do we have to renew it in order to benefit from this fix?

Hi,

Yes, if your license expires on this date (you mentioned in your post), you need to renew your subscription. For more details, please contact or post a query in Aspose.Purchase forum: http://www.aspose.com/community/forums/aspose.purchase/220/showforum.aspx

Thank you.

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


This message was posted using Notification2Forum from Downloads module by aspose.notifier.