Exception when cell getPrecedents

Hi. 
My code builds workbook and at some moment fires an exception ArrayInfexOutOfBounds
@Test
public void precedentsTest() throws Exception {
Workbook wb = new Workbook("D://in.xls");

System.out.println("1");

Cells cells = wb.getWorksheets().get(0).getCells();

Cell cell = cells.get(29,18);

cell.getPrecedents();

System.out.println("2");
}

Best regards. Alexey

Hi Alexey,

Thanks for your posting and using Aspose.Cells.

We were able to observe the java.lang.ArrayIndexOutOfBoundsException after executing your sample code with your source excel file using the latest version: Aspose.Cells
for Java v8.4.2.8
.

We have logged this issue in our database for investigation. We will look into it and fix this issue. Once, the issue is resolved or we have some other update for you, we will let you know asap.

This issue has been logged as CELLSJAVA-41377.

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


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.