Apache POI fr.opensagres.xdocxreport is not supporting in AEM 6.5?
<dependency>
<groupId>fr.opensagres.xdocreport</groupId>
<artifactId>fr.opensagres.poi.xwpf.converter.core</artifactId>
<version>2.1.0</version>
</dependency>
I am trying to add this dependency but it is unable to fetch from the adobe repo. Any idea, I know that opensagres is an external API which works with POI. If POI is compatible then why this one is not?
Thanks.