Hi Amjad,
With the updated version of Aspose(2.1.2.0 version), we are facing the following issue which was working fine in Aspose 2.1.0.6(older version)
The issue is given below:
When we try to get the Cell from the NamedRange with the rowIndex and columnIndex we got the below error.
NamedRange namedRange = workbook.getWorksheets().getRangeByName("TEST__NAMEDRANGE"); Cell cell = namedRange.getCell(0, 0);
java.lang.IllegalArgumentException: Invalid row or column index of range.
at com.aspose.cells.Range.getCell(Unknown Source)
at com.aspose.cells.NamedRange.getCell(Unknown Source)
This is a show stopper and due to this we are not able to know whether the other functionalities are working fine.
We want to sternly stress upon a point that the older version was working fine except for the issue we had stated in the previous mails. But the versions you keep sending us seems to have issues with the existing functionalities. Kindly make sure that the next version you send us to solve the issue and it does not affect the existing functionalities.
Thanks in advance.
Thanks & Regards,
Karuppiah M