Database Error/Name Conflict Error coming while opening the excel file

Hi Team,

We are getting “Database Error/Name Conflict Error” while opening the excel file. We are just saving the excel file

Workbook inputExcel= new Workbook(inputFileExcelPath);
inputExcel.save(inputExcel.getFileName());

Please help to share the root cause and let us know about fix

Please find the attached zip file for your reference.
Sample issue.zip (381.3 KB)

@forasposeissues,

Thanks for the template XLSM file.

After initial testing, I was able to reproduce the issue as you mentioned by re-saving your template XLSM file. I found database error/name conflict error coming while opening the generated Excel XLSM file by Aspose.Cells.

Workbook inputExcel= new Workbook("d:\\files\\Database_Issue_sample.xlsm");
inputExcel.getWorksheets().sortNames();//this does not help either.
inputExcel.save("d:\\files\\out1.xlsm");

We require thorough evaluation of the issue. We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): CELLSJAVA-46268

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

@forasposeissues,

This is to inform you that your issue (logged earlier as “CELLSJAVA-46268”) has been resolved. The fix/enhancement will be included in the next release (Aspose.Cells v25.3) scheduled for release first half of March (next month). You will be notified when the next version is published.

The issues you have found earlier (filed as CELLSJAVA-46268) have been fixed in Aspose.Cells for Java 25.3.