RE: extracting data from oracle to excel

2004-09-28 Thread Shilpa Vaidya
hi kranti ur forming data coming according to criteria by firing queries. To get this data into excel sheet. use of plugin called POI -jakarta apache project. I have less time to explain coz of delivery time at my end but u would need to 1. import jar files in ur lib which u get from

Re: extracting data from oracle to excel

2004-09-28 Thread Duncan Mills
So you're not really asking a Struts question right? - Your asking a how to "I programatically create XLS files" For really simple output for Excel then you can just dump a comma separated file from the database, set the correct mime type and let Excel sort it out - but if you want to start add