Re: [PHP] Generate a file

2002-07-11 Thread Miguel Cruz
On Wed, 10 Jul 2002, Phillip S. Baker wrote: > Okay here is what I want to do. > > Select the field of a database that I want. > Hit submit. > Execute a query of a database based on the said form. > Gather all the data and rows and plug them into an excel generated file. > Display a dialogue box

Re: [PHP] Generate a file

2002-07-10 Thread Marek Kilimajer
Use BiffWriter, I don't know where it lives, you must find it yourself. Phillip S. Baker wrote: > Okay here is what I want to do. > > Select the field of a database that I want. > Hit submit. > Execute a query of a database based on the said form. > Gather all the data and rows and plug them int

RE: [PHP] Generate a file

2002-07-10 Thread Jay Blanchard
[snip] Select the field of a database that I want. Hit submit. Execute a query of a database based on the said form. Gather all the data and rows and plug them into an excel generated file. Display a dialogue box asking the user the save the file. The saved file being an excel file with data gener

Re: [PHP] Generate a file

2002-07-10 Thread Alberto Serra
ðÒÉ×ÅÔ! Phillip S. Baker wrote: > Now if that is cool, how would I get the data into the downloaded.xls > file to have this work? 1) Save the data as a comma-separated list (pap.data.csv). 2) make an excel macro that will load it into a preexisting sheet and treat it 3) put the macro as the au

[PHP] Generate a file

2002-07-10 Thread Phillip S. Baker
Okay here is what I want to do. Select the field of a database that I want. Hit submit. Execute a query of a database based on the said form. Gather all the data and rows and plug them into an excel generated file. Display a dialogue box asking the user the save the file. The saved file being an