Hello,
I need to create multiple worksheets in a spreadsheet/xls/excel file. I am using the jakarta POI/HSSF stuff, I am able to create the worksheets. But the size of the excel file for 10,000 rows is over 7MB. Where as if I create a single excel file with out using jakarta POI it is under 1MB.
My question is are there any other tools I can use to create worksheets from csv file directly without having to deal at cell level?
If you feel this question is not supposed to be listed here, feel free to bounce it to appropriate forum or might as well delete?
-Thanks
[ May 17, 2007: Message edited by: Harsha Jay ]