java.lang.reflect.InvocationTargetException

Hi all

I got this exception java.lang.reflect.InvocationTargetException when i m trying to load the excel file.....I m using POI Api for excel files .......

The excel file is more than 2000 rows..

That excel file is also included by Macros....

Can any one please help for how to avoid this..

Thanks in advance

[346 byte] By [vrkrajeshrajua] at [2007-11-27 8:44:30]
# 1
Find out what the nested exception is. Find out the reason it's being thrown. Correct the underlying cause.InvocationTargetException is just a wrapper for the real exeception. There's not enough information here for any specific assistance.
ejpa at 2007-7-12 20:45:19 > top of Java-index,Java Essentials,Java Programming...