export JCR properties to excel sheet | Community
Skip to main content
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 Ratna_Kumar

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.

3 replies

Ratna_Kumar
Ratna_KumarAccepted solution
Level 10
August 24, 2018

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.

July 24, 2020
is this supported in AEM version 6.4?
Level 3
August 24, 2018

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

smacdonald2008
Level 10
August 24, 2018

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.