Aspose.Cells Chart Gradient effect problem

I have a excel template in which i have a chart with Gradient effect if i open that file using Aspose and save it can not see gradient effect in newly saved file.

Please refer attached sample project and save attached XLS in c:\ to execute the project.

Thanka

Pratik Mehta

Hi,

Thanks for reporting the problem and using the Aspose.Cells for .NET.

We are able to replicate this bug using the latest version:
Aspose.Cells
for .NET v7.1.2.1



Please see the code below. I have attached the input and output xls file for a reference.

We have logged it in our database. Once, the issue is fixed or we have some other update relating to it, we will let you know asap.

This issue has been logged as CELLSNET-40478.

C#


string filePath = @“F:\Shak-Data-RW\Downloads\temp.xls”;


Workbook workbook = new Workbook(filePath);

Worksheet sheet = workbook.Worksheets[0];


workbook.Save(filePath + “.out.xls”);


Hi,.



We have fixed this issue. Please download: Aspose.Cells for .NET v7.1.2.2

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


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