I Need technology choice to process larger XLS files using Java
-
It needs to process xmls files without out-of-memory exception
-
It needs to be optimized on memory (working memory) usage
pls suggest
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Apache POI framewor is best choice – link
It’s event-based-api helps best memory optimization
It can process larger excel sheets if implemented properly as shown here