Expand my Community achievements bar.

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

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Excel helpx

Avatar

Level 3

Hi,

I'm doing the below example but unable to upload the jar(Java Excel API ) the cq bundle shows the blank page.

http://helpx.adobe.com/experience-manager/using/creating-custom-excel-service-experience.html

Jar File Name - jxl-2.6.12.jar

<dependency>
        <groupId>net.sourceforge.jexcelapi</groupId>
        <artifactId>jxl</artifactId>
        <version>2.6.12</version>
    </dependency>

Thanks in advance!!

1 Accepted Solution

Avatar

Correct answer by
Level 10
        As  shown in the article,  you have to place the Excel JAR into a bundle fragment and deploy the fragment to CQ. You use Eclipse to create the bundle fragment.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10
        As  shown in the article,  you have to place the Excel JAR into a bundle fragment and deploy the fragment to CQ. You use Eclipse to create the bundle fragment.