POI performance
- by The Machine
I am using POI in my J2EE web application to generate a workbook.
However, i find that POI takes around 3 mins to create a workbook with 25K rows(with around 15 columns each).
Is this a POI performance issue , or is it justified to take that much of time?
Are there other APIs known for better performance ?