RE: extracting data from oracle to excel

2004-09-28 Thread Shilpa Vaidya
rowCell.setCellStyle(mainHeaderCellStyle); for(int iCount=0;iCountmailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 2:18 PM To: [EMAIL PROTECTED] Subject: extracting data from oracle to excel Hi Everybody, need some information . the prob

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

extracting data from oracle to excel

2004-09-28 Thread Kranti Parisa
Hi Everybody, need some information . the prob goes like this... we have a jsp page with some select boxes n all...its a search criteria the contects of the select boxes should be dynamically changed after user clicks on go button... the report has to be generated with that sear