I'm working on program that make Excel data via POI API 3.9 .
but there are many Jar files in directory as follows.
poi-3.9-20121203
poi-excelant-3.9-20121203
poi-ooxml-3.9-20121203
poi-ooxml-schemas-3.9-20121203
poi-scratchpad-3.9-20121203
ooxml-lib/xmlbeans-2.3.0
lib/commons-logging-1.1
..etc.
I just need creating, reading and writing excel files . i'm confused what jar files is need.
please tell me what files i got to import. I have read many domcuments on website . But i'can find it about that.
Thank you