Formula not working in Chart Data Labels

Hi,

I set a formula in the the data labels, but the formula is missing after the excel file is generated .

Here I attach the sample file.

I just set the date in my coding.

Workbook workbook = new Workbook();

workbook.open("C:\\Excels\\book1.xls");

Cells cell = workbook.getWorksheets().getSheet("Sheet1").getCells();

java.util.Date today = new Date();

cell.getCell("G23").setValue(today);

workbook.save("C:\\Excels\\book2.xls");

Any idea?

Thanks.

Hi,

Thank you for considering Aspose.

We have found your mentioned issue after an initial test. We will look into it and provide a fix for it soon.

Thank You & Best Regards,

Hi,

Thank you for considering Aspose.

Please try the attached latest version of Aspose.Cells. We have fixed your mentioned issue.

Thank You & Best Regards,

Hi,

Thanks. It is working fine now.

Regards.

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


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