Expand my Community achievements bar.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
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.

View solution in original post

4 Replies

Avatar

Correct answer by
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 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.