What is the better API to Reading Excel sheets in java - JXL or Apache POI - Stack Overflow
One of the important factor that made me to migrate to POI is the flexibility to use steaming API which is a must when you want to read excel with huge amount of data. You would not want the wole data to be loaded into memory when you open the excel, if t...