RE: Need Help: exporting oracle database records to excel files

2004-09-28 Thread Kailash Vasani
rect communication would be appreciated, from anyone who is interested in further details. Kailash -Original Message- From: Kranti Parisa [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 3:11 PM To: Struts Users Mailing List Subject: Re: Need Help: exporting oracle database record

Re: Need Help: exporting oracle database records to excel files

2004-09-28 Thread Kranti Parisa
Hi Luis, Thanx for ur guidance... Actually in our application its a search criteria screen... where we are having soo many select boxes.. if the user select something in any of the select boxes the contents of the rest should be dynamically generated.. do u have any idea abt this?? Kranti O

Re: Need Help: exporting oracle database records to excel files

2004-09-28 Thread Luis Urueña Frías
Hi!! We have delevoped one application who needs a specific funcionality of excel export/import data. It has an action which retrieve relevant data from database, when the action is invoked by a button. Next, the action call an Excel builder object, which create the Excel file with the relevant fo

Re: Need Help: exporting oracle database records to excel files

2004-09-28 Thread Kranti Parisa
i/index.html > > POI is supposed to have capability to write files in Excel 97 format. > > Kailash > > > > -Original Message- > From: Kranti Parisa [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 28, 2004 2:55 PM > To: Struts Users Mailing List >

Re: Need Help: exporting oracle database records to excel files

2004-09-28 Thread Kranti Parisa
004 10:22 AM > > To: Struts Users Mailing List > > Subject: RE: Need Help: exporting oracle database records to > > excel files > > > > > > /pat on the back for Paul for answering so many questions today :) > > > > -Original Message- > > F

RE: Need Help: exporting oracle database records to excel files

2004-09-28 Thread Paul McCulloch
it? Paul > -Original Message- > From: Kranti Parisa [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 28, 2004 10:25 AM > To: Struts Users Mailing List > Subject: Re: Need Help: exporting oracle database records to > excel files > > > Hi Paul, >

RE: Need Help: exporting oracle database records to excel files

2004-09-28 Thread Kailash Vasani
Subject: Re: Need Help: exporting oracle database records to excel files Hi Paul, Thanq very much for ur reply... Its exporting to excel.. but in our application we need to generate a seperate excel file for the records...and how to obtain the freezing properties for the generated excel file

RE: Need Help: exporting oracle database records to excel files

2004-09-28 Thread Paul McCulloch
It's either that or real work :-) > -Original Message- > From: McCormack, Chris [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 28, 2004 10:22 AM > To: Struts Users Mailing List > Subject: RE: Need Help: exporting oracle database records to > excel files >

Re: Need Help: exporting oracle database records to excel files

2004-09-28 Thread Kranti Parisa
Hi Paul, Thanq very much for ur reply... Its exporting to excel.. but in our application we need to generate a seperate excel file for the records...and how to obtain the freezing properties for the generated excel file Thanq Kranti On Tue, 28 Sep 2004 10:14:18 +0100, Paul McCulloch <[EMAIL PR

RE: Need Help: exporting oracle database records to excel files

2004-09-28 Thread McCormack, Chris
/pat on the back for Paul for answering so many questions today :) -Original Message- From: Paul McCulloch [mailto:[EMAIL PROTECTED] Sent: 28 September 2004 10:14 To: 'Struts Users Mailing List' Subject: RE: Need Help: exporting oracle database records to excel fi

RE: Need Help: exporting oracle database records to excel files

2004-09-28 Thread Paul McCulloch
http://www.displaytag.org/example-export.jsp Paul > -Original Message- > From: Kranti Parisa [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 28, 2004 9:56 AM > To: [EMAIL PROTECTED] > Subject: Need Help: exporting oracle database records to excel files > > > Hi eveybody, > > need