arrayindexoutofboundexception:-1 for excel templates
Hi
i have a requirement in developing a xls template. I have a table data which is populated based on some condition.
I want to show the data in the template. When data is present template is showing perfectly but when data is not present it is showing below error. Please help me this is on high priority.
I'm using BIP desktop version 11.1.1.6.0
java.lang.ArrayIndexOutOfBoundsException: -1
at java.util.Vector.elementData(Unknown Source)
at java.util.Vector.elementAt(Unknown Source)
at oracle.xdo.excel.user.biff.RowBlock.getRow(RowBlock.java:488)
at oracle.xdo.excel.user.bimpl.BSheet.getRow(BSheet.java:942)