I read a big file excel with 70,000 rows and 10 columns with JAVA. I use Apache POI to read and get the data but it takes much time like 1 hour. I changed to using fast-excel to read the file but just can read 2,000 row.
Can someone suggest to me how to tunning the Apache poi? Or maybe have other solutions?