Expand my Community achievements bar.

SOLVED

Regarding Richtext Component

Avatar

Level 2

Hello All,

                    As we know there is an option paste from word in rich text component similarly i want to add past from excel option in rich text component.Can any help me how to add this option.

 

Regards

Sandeep Chandra.M

1 Accepted Solution

Avatar

Correct answer by
Administrator

Hi 

RTE dose not have Excel support as of now.

But if your aim is to get Excel data to the table, then you can create a custom component with 3rd party Javascript/Jquery Excel plugin to do so.

Reference Material:-

Creating a Custom component with JS:- https://helpx.adobe.com/in/experience-manager/using/custom-carousel-components.html

Js Plugin with Excel support:- https://github.com/rainabba/jquery-table2excel

                                            http://jquer.in/random-jquery-plugins-for-superior-websites/xlsx-js/

Demo:- http://jsfiddle.net/innovatejs/a2RP3/?utm_source=jquer.in&utm_medium=website&utm_campaign=content-cu...

 

I hope this will help you.

Thanks and Regards

Kautuk Sahni



Kautuk Sahni

View solution in original post

4 Replies

Avatar

Level 10

RTE does not support pasting as Excel data. What are you trying to do? There may be another way. 

Avatar

Level 10

Hi,

Yes, as Scott stated, RTE do not support the pasting the Excel content in RTE dialog. You can do it by adding table option available in  RTE.

Thanks,
~Ratna.

Avatar

Level 10

As Ratna points out - you can use a table if you want to layout data in a tabular format. 

ALso - if you want an AEM service that reads Excel data- you can write a custom AEM service that uses an Excel API. 

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

Hope this helps. 

Avatar

Correct answer by
Administrator

Hi 

RTE dose not have Excel support as of now.

But if your aim is to get Excel data to the table, then you can create a custom component with 3rd party Javascript/Jquery Excel plugin to do so.

Reference Material:-

Creating a Custom component with JS:- https://helpx.adobe.com/in/experience-manager/using/custom-carousel-components.html

Js Plugin with Excel support:- https://github.com/rainabba/jquery-table2excel

                                            http://jquer.in/random-jquery-plugins-for-superior-websites/xlsx-js/

Demo:- http://jsfiddle.net/innovatejs/a2RP3/?utm_source=jquer.in&utm_medium=website&utm_campaign=content-cu...

 

I hope this will help you.

Thanks and Regards

Kautuk Sahni



Kautuk Sahni