내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
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

AEM LinksLinkedIn

원본 게시물의 솔루션 보기

5 답변 개

Avatar

정확한 답변 작성자:
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

AEM LinksLinkedIn

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.