Solved
while reading xlsx file from aem dam.
Hi Team,
I am reading xlsx file from aem dam. while reading i am getting "invalid block type" error.
aem 6.5 cloud
Tried with max all the versions of poi.
org.apache.poi
Thanks
Hi Team,
I am reading xlsx file from aem dam. while reading i am getting "invalid block type" error.
aem 6.5 cloud
Tried with max all the versions of poi.
org.apache.poi
Thanks
@naresh536 I have tried below pom dependency and it worked for me
<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>4.1.2</version>
</dependency>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.