Bug 57149 - I need to load bulk records throw java.
Summary: I need to load bulk records throw java.
Status: RESOLVED INVALID
Alias: None
Product: POI
Classification: Unclassified
Component: SXSSF (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-27 10:24 UTC by Rajaram
Modified: 2014-10-27 11:14 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rajaram 2014-10-27 10:24:05 UTC
HI ,
   We are using poi3.9 for reading and writing excel via java.
1. For writing optiong we are using SXSSFWORKBOOK .
2 . but we could not use SXSSFWORKBOOK for read . also we could not use XSSFWORKBOOK .because we are loading huge records . 
3 . for huge records if we use XSSFWORKBOOK  wb = new XSSFWORKBOOK () cocept means we got the out of memory error .
please help me .
Comment 1 Andreas Beeker 2014-10-27 10:53:43 UTC
Have you checked http://poi.apache.org/spreadsheet/how-to.html#xssf_sax_api ?
Comment 2 Nick Burch 2014-10-27 11:14:50 UTC
Please do not use Bugzilla for asking usage questions, that should be done on the mailing lists - http://poi.apache.org/mailinglists.html . Bugzilla is only used for reporting problems, and proposing fixes / enhancements