import data from excel to database using java, i find “Apachi POI” .
But now, i want to import data from database to excel using java. May i use for this “Apachi POI” too? if no, what i must do? thanks
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.
yes. poi can write excel file.
or you can read the data from DB, then generate a CSV file (without poi). In most case, MS-Excel can open CSV format.
but if you need your Excel file to have a sexy looking.. e.g. colorful font, bgcolor. etc.. try poi.