Hello,
I have an excel file “RadarChart.xlsx” (attached) with a Radar Chart. Setting the font underline property to any value and saving the file with Aspose.Cells causes the Aspose.Cells to throw the exception : “Invalid FontUnderlineType value”.
The code to reproduce the issue is:
var wb = new Workbook(@“C:\RadarChart.xlsx”);
wb.Save(@“C:\RadarChartE.xlsx”);
Regards,
Lucian Nistor
Hi,
Exception : “Invalid FontUnderlineType value”.
while re-saving the template file.
Hi,
I’ve noticed that it doesn’t mater what type of chart I’m using, if I set the font underline property to any value it will throw the exception.
Regards,
Lucian Nistor
Hi,
Thanks for your further input.
We have
logged your comment in our database. We will look into it and once we
will have some update relating to it, we will share it with you asap.
The issues you have found earlier (filed as CELLSNET-41606) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
Hi,
The problem is still reproducible with Cells 7.4.3.1. It throws the exception upon save.
Regards,
Lucian Nistor
Hi,
Please download and try this fix: Aspose.Cells for .NET v7.4.3.2 and let us know your feedback.
Hi,
The fix you’ve provided is very interesting but still doesn’t resolve our problem entirely. Now it accepts only the first two values for the underline property - the normal line and the double line. If one selects any other valuer, different from the first two, it still crashes.
Tested with Aspose.Cells 7.5.1.0.
Regards,
Lucian Nistor
Hi,
Hi,
The problem is still reproducible even on the latest version (7.5.2).
The code to reproduce it is:
var wb = new Workbook(@“C:\RadarChart.xlsx”);
wb.Save(@“C:\chart1.xlsx”);
wb = new Workbook(@“C:\chart1.xlsx”);
The problem is that if I try to open a file saved with Aspose the application will crash.
Regards,
Lucian Nistor
Senior .Net Developer
IBM Romania
Hi,
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
Please download and try this fix: Aspose.Cells for .NET v7.5.3.1.
The issues you have found earlier (filed as CELLSNET-41977) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.