Can some one try implementing the below code mentioned for creationg jcr node through excel. I am getting some error. | Community
Skip to main content
New Participant
October 17, 2022
Solved

Can some one try implementing the below code mentioned for creationg jcr node through excel. I am getting some error.

  • October 17, 2022
  • 1 reply
  • 444 views

 

Can some one try implementing the below code mentioned for creationg jcr node through excel. I am getting some error.

 

https://web.archive.org/web/20141011041731/http://helpx.adobe.com/experience-manager/using/creating-custom-excel-service-experience.html

 

I tried implementing I am getting an error.

 

 

 

I just tried to replicate the same code.

 

Could someone help me to fix this issue.

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 BrianKasingli

Hi there, this problem is not specific to AEM, but the problem is very specific to front-end JavaScript. It's hard to determine the problem here, but send(); looks like propriatory code from your company's JavaScript file.Also, you're function looks misleading; you might want to refactor the code. 

1 reply

BrianKasingli
BrianKasingliAccepted solution
New Participant
October 17, 2022

Hi there, this problem is not specific to AEM, but the problem is very specific to front-end JavaScript. It's hard to determine the problem here, but send(); looks like propriatory code from your company's JavaScript file.Also, you're function looks misleading; you might want to refactor the code.