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.
Did you see the ? Hope this helps you.
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.
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
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
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
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
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