i want to read large excel file(which is in .xls format) which consists of more that 50K records, and insert that data into the database.
i have tried using Apache POI, but i am getting the following exception.
java.lang.OutOfMemoryError: Java heap space
i have fixed this problem by increasing heap size, but i need the solution without increasing the heap size.
i came to know that there is a solution with POI event model.
can anyone help me regarding this issue, thanks in advance.