How to develop Export to csv/xls functionality in xcp 2.0 for any available result list

9425319434
edited June 20, 2016 in Documentum #1

How to develop Export to csv/xls functionality in xcp 2.0 for any available result list

Urgently require help on how to pass data from a result list widget into a custom function.

Comments

  • artika4biz
    edited September 25, 2013 #2

    Did you see the ? Hope this helps you.

  • arinm209
    edited June 15, 2014 #3

    I've seen the excel utility for xCP and even used some part of it, but that does not help in writing a resultlist into an excel/CSV. Has anybody been able to figure out on how to write the content of a resultlist (displayed on a form) into an excel/CSV?

    Please help.

  • Deepak27
    edited January 29, 2015 #4

    Hi ,

    Have you implemented the above functionality, we have the similar requirement where we need to export all the data into excel file, if you have done this, could you help me on this.

    Thanks

  • DwarakaDTCM
    edited January 30, 2015 #5

    Use ExtJs code for doing it.

    1. Create a temp store

    2. kick off the data to temp store from the original store

    3. use xml coding for excel

    4. use the anchor tag for downloading the file..

    write the code, make it a jar file and invoke it on a button click

  • Abhishek_Desai
    edited June 15, 2016 #6

    Hi DwarakaDTCM,

    Can you please explain with a example how to do the above steps it would be more understandable for me.

    Thanks in Advance.

    Regards,

    Abhishek

  • dnvhariprasad
    edited June 19, 2016 #7

    there is an xcelerator for this which works for xcp 2.1+ This will be an action and can be bound to result list.  You can get this from the xcelerators page

  • Abhishek_Desai
    edited June 20, 2016 #8

    Hi Hari Prasad Dontu,

    Thanks for help,

    I have tried xcelerator  as it is not compatible for xCP 2.2 .

    when we add the java service methods is disabled .

    I have also followed all the instructions as per mentioned in given xcelerator .

    I want to export result list in excel  xCP2.2

    futher help would be appreciable




    Thanks in Advance