-1

I am currently developing an app using java, the main aim is to read some data from excel to do some operations on them and write it to a new excel file. Actually I have did some research to find the best way, I have seen some people using POI and some others are using APIs. What you guys recommend for that? Thanks alot

Ali.bu
  • 139
  • 2
  • 11

3 Answers3

1

I agree , POI its an excelent option https://www.tutorialspoint.com/apache_poi/apache_poi_java_excel.htm

Luis Leal
  • 3,388
  • 5
  • 26
  • 49
0

i used POI in my solution, it is strong and powerful. more choice please refer to : How to read and write excel file in java

Community
  • 1
  • 1
Xinyuan.Yan
  • 116
  • 1
  • 7
0

I have used both Apache POI and JXL. However, I prefer Apache POI, because it has everything you'll ever need while handling Excel files, no matter which version either 2003 or 2007 formats. The strength and flexibility are amazing.

Apurv Chatterjee
  • 165
  • 1
  • 13