I want to read/write excel files in Java (netbeans). There are a lot of information on how to do that with APACHE POI and I know that. My question is that, where should I put poi jar files? should I extract it in my local project?
Additionally, should I download the binary or src of the poi?