D
D
Denis Vasiliev2017-05-27 19:56:17
Java
Denis Vasiliev, 2017-05-27 19:56:17

How to install Apache poi on IntelIJ Idea?

Hello. Please tell me where to find the installation guide for apache poi on IntelIJ Idea. The purpose of the installation is to copy text data from an XML file into an Excel spreadsheet. I do not compile the project, but compile it (compiler - javac). Already tried to google and looked at Stackoverflow and Toster'e.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Shockoway, 2017-05-28
@denmanorwat

Apache POI is a library, which means that it should not be installed, but connected, and not to the IDE, but to the project.
There are essentially only 2 options:
1) Download the archive and include the necessary jar files manually via Project Structure > Libraries...
2) Connect the library via maven by simply adding dependencies to pom.xml (another thing is that if you don't have maven' but, then this is a separate story with their dances to tambourines).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question