RSS feed
All(28) Eclipse(4) Java(5) JDBC(5) JSP(3) Maven(7) Personal (1) Spring(3) Tomcat(5)
<< July 9, 2008 | Home | July 11, 2008 >>

Comparison of 2 Java Excel APIs on Large Workbooks/Worksheets

Comparison of Apache POI and JExcelApi

I have recently had the need to output large excel files from a java web application. So I tried to compare two apis to see the largest spreadsheets I could generate. I was hoping that I could stream the Excel files, or that these apis had a flush mechanism similar to Itext, however it turns out that I could not. If someone has different information please let me know.

Read more...

Tags :