This is a bit of a newbie question really. I am trying to use COM to write an Excel spreadsheet from an MSSQL database - limited here by my employers choice of technology.
What I want to do is set up a web script that will gather data from the user: dates, preferences etc, then query the database and write the output to Excel. The first two (webform and db query) I can do with my eyes shut, but I have never had to script into Excel before.
Is there a way of doing this without in PHP having to script a VBScript page to do the Excel work.
In essence, what I am asking is: Is it possible to use a webscript to execute a CLI script, or can I get the browser (IE6) to open Excel as a COM client, like I can with VB.
The network is XP based, with MSSQL2000 on MSWin2003Server.
Any pointers will be greatly received.
Thanks
What I want to do is set up a web script that will gather data from the user: dates, preferences etc, then query the database and write the output to Excel. The first two (webform and db query) I can do with my eyes shut, but I have never had to script into Excel before.
Is there a way of doing this without in PHP having to script a VBScript page to do the Excel work.
In essence, what I am asking is: Is it possible to use a webscript to execute a CLI script, or can I get the browser (IE6) to open Excel as a COM client, like I can with VB.
The network is XP based, with MSSQL2000 on MSWin2003Server.
Any pointers will be greatly received.
Thanks