getDependents cells throw exception

Hello Aspose team,

I meet a bug with get dependents cells.

Call cell.getDependents(true) throw Exception.

Please see attachment for details.

Thanks!

Hi,

Thanks for providing sample files.

Using your sample code and template file, I can reproduce the issue you have mentioned. We will figure your issue out soon.

I have logged your issue into our issue tracking system with an id: CELLSJAVA-18201.

Thank you.

Hi,

Please try the attached version.

We have
fixed the issue of Cell.getDependents(true)


Thank you.


Hi,

Please verify the fixed. I'm still duplicated the bug with the template file. Cell.getDependents(true) is still throwing Exception.

Thanks you!

Hi,

Well, we have tested and it works fine. Following is my test code:

Workbook workbook=new Workbook();
workbook.open(“d:\files\supportExcel2007.xlsx”);
Worksheets worksheets = workbook.getWorksheets();
Worksheet sheet = worksheets.getSheet(0);

Cell[] dcell = sheet.getCell(5,0).getDependents(true);

System.out.println(dcell[0].getName());//M1 - OK
System.out.println(dcell[1].getName());//F5 - OK

Please make sure that you are using the latest fix v2.3.0.5, we provided.

Thank you.

Hi,

It's work fine now. My code runs with the cache old version lib instead of the lasted fix v2.3.0.5.

Sorry and Thank You!

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


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