Can I get the list of components in an application or from a folder in an excel format ? | Community
Skip to main content
Level 2
September 3, 2018
Solved

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

  • September 3, 2018
  • 5 replies
  • 1220 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

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/

5 replies

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
September 3, 2018

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
joerghoh
Adobe Employee
Adobe Employee
September 3, 2018

You might want to checkout this post:

Component Report

Jörg

Level 2
September 4, 2018

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

Level 2
September 4, 2018

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

smacdonald2008
Level 10
September 4, 2018

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.