Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

Can I get the list of components in an application or from a folder in an excel format ?

Avatar

Level 2

​Can I get the list of components in an application or from a folder in an excel format ?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

You can do it this by creating utility/servlet, which will search for the components using QueryBuilder or SQL and with the help of java excel will can be created with Search result.

Adobe Experience Manager Help | Querying Adobe Experience Manager Data using the JCR API

https://www.callicoder.com/java-write-excel-file-apache-poi/



Arun Patidar

View solution in original post

5 Replies

Avatar

Correct answer by
Community Advisor

Hi,

You can do it this by creating utility/servlet, which will search for the components using QueryBuilder or SQL and with the help of java excel will can be created with Search result.

Adobe Experience Manager Help | Querying Adobe Experience Manager Data using the JCR API

https://www.callicoder.com/java-write-excel-file-apache-poi/



Arun Patidar

Avatar

Employee Advisor

You might want to checkout this post:

Component Report

Jörg

Avatar

Level 2

This can only give list of components from a page. I can't change it to be an application folder

Avatar

Level 2

Thanks Arun ....I thought if there could be a tool to get the list..

Avatar

Level 10

AEM does not have a tool for every use case. However - using the AEM APIs, you can build custom functionality to address use cases, like this one - as Arun correctly states.