Click to See Complete Forum and Search --> : html working with excel interactively


Jammode
06-22-2006, 05:07 PM
I want to create a webpage that reads from an excel spreadsheet with a macro. Whats the easiest way to do this?

basically, I am running an online survey. i want to put the results of the survey into an excel spreadsheet where I will write a macro to calculate the percentage of each of the responses, and then provide this information on a webpage for people to see.

Any thoughts. Should I just use a database to collect and calculate the results.

felgall
06-23-2006, 01:37 AM
You will need a server side language that understands Excel in order to do that (eg. ASP or .NET)

Jammode
06-23-2006, 02:19 AM
I am using PHP also. Not sure what command though would allow excel to be used. Can it be done with PHP, or do I need to write it in ASP?

kiwibrit
06-23-2006, 03:51 AM
It can be done in php - to a CSV file, at least.