Hello,

I need to make an application that reads from an Excel file for Android, I
have seen that the library POI can help me with this, I have added to my
project this two libraries:

implementation "org.apache.poi:poi:3.17"
implementation "org.apache.poi:poi-ooxml:3.17"

The version is the 3.17 because higher versions won't work on this API, now
when I'm trying to compile the project this error message appears:

Program type already present: org.apache.xmlbeans.xml.stream.Location

What is the solution for this?





--
Sent from: http://apache-poi.1045710.n5.nabble.com/POI-User-f2280730.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to