POI performance
Posted
by The Machine
on Stack Overflow
See other posts from Stack Overflow
or by The Machine
Published on 2010-03-23T08:54:43Z
Indexed on
2010/03/23
10:03 UTC
Read the original article
Hit count: 518
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 ?
© Stack Overflow or respective owner