Excel cell lost color during open and save the excel file

Hi

we are using aspose 2.2 version
in my project we are using following code for open and save excel sheet. my excel sheet type is Excel 97-2003
Workbook workbook = new Workbook();
try {
workbook.open(excelFilePath);
workbook.save(excelFilePath);
} catch (IOException e) {
e.printStackTrace();
}
after executing above code excel cell color is getting lost,
Here with i attached before and after saving excel sheet. the sheet name “1” have a problem, in the sheet after saving cell red color is lost.

Please help me.

Hi,

Thanks for your posting and using Aspose.Cells for Java.

You are using quite an older version.

Please download and try the latest version: Aspose.Cells
for Java v7.3.5.2
and see if it works for you.

If you still find any problem, then please let us know.