Hello folks, is it possible to export DS data into 1 excel file, into multiple sheets? (for example based grouping condition). For example: Department, Person 1. IT, Tom 2. HR, Jane 3. IT, Mike 4. IT, Peter 5. HR, Frank output into 1 excel file, with 2 sheets: IT and HR. Any options to doit with PL/SQL and the Formspider? Thanks, Tomas |
Hi Tomas, Formspider has no built-in support for the functionality you are asking for. But with the help of a Java library that can create Excel files (and sheets) and some PL/SQL code this should be possible to do. Kind Regards, Yalim |