is it possible to import text file in excel with Java?
i have a text file with some value, years…etc
If i want to import this text file, i have to open excel and then import it.
but i want to do it with java
any help
thank you
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.
You can create both XLS and XLSX files in plain Java using Apache POI library. It also allows you to read Excel files.
Of course you can also format your text files as CSV and let MS Excel open it – most of the time it should work.