0

What is the best Java API to generate excel sheets (compatible with lateset Excel) including formulas? Is there more than POI and JXL?

3 Answers 3

1

I have been switching between POI and JXL a few times. Both work just fine. The reason I moved away from POI in the past was because the POI development went idled. That said, I have switched back to POI now that the development is active again. One thing I like about POI is it handles XLSX format too.

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

Comments

1

There is also this: http://jexcelapi.sourceforge.net/ , but POI is pretty much the standard.

Comments

0

Apache POI I have used in one of the projects. It worked well for me.

http://poi.apache.org/

Supports many MS Office formats.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.