Is it possible to create and write to a (new) excel file using the event driven API from POI? I’ve found examples on how to read with that API, but not how to write.
thanks,
Jeff
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.
Here is one possibility, not very well written, though:
http://www.docjar.org/html/api/org/apache/poi/xssf/usermodel/examples/BigGridDemo.java.html
I’m using a modified version of that, which does not require temporary files and is overall more efficient