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

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

Mark Solution

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

해결됨

export JCR properties to excel sheet

Avatar

Level 3

Hi All,

I want to export the jcr:content of the page including all the component details like property name and value to the excel sheet. I need to do this in AEM 6.1. Can anyone already did like this? Appreciate your help.

Feike Vissersmacdonald2008Arun Patidar

Thanks,

Vijay

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

Hi Siva,

Yes, we can do it. We have an HELPX article that talks about your use case.

Adobe Experience Manager Help | Creating a Custom Reporting Service for Adobe Experience Manager

Thanks,

Ratna Kumar.

원본 게시물의 솔루션 보기

4 답변 개

Avatar

정확한 답변 작성자:
Level 10

Hi Siva,

Yes, we can do it. We have an HELPX article that talks about your use case.

Adobe Experience Manager Help | Creating a Custom Reporting Service for Adobe Experience Manager

Thanks,

Ratna Kumar.

Avatar

Level 1
is this supported in AEM version 6.4?

Avatar

Level 3

Hi Ratnakumar,

Thanks for your reply. I have read the link and that link is for reading the data from DB using datasourcepool and export into Excel. But my requirement is, I'm having some contents in page and just want to export the content in to Excel/txt file. I believe, to achieve this I no need to go with an any costly operation like the link which you provided.

Thanks,

Vijay

Avatar

Level 10

To write out data to Excel -- yOu need to write a custom service that uses Excel API. It does not matter where the data comes from - a relational database, the JCR, etc, You still need to write an AEM Service that uses the Excel API as specified in that link that Ranta provided. AEM does not offer an OOTB Excel endpoint.