0

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

1 Answer 1

4

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.