does anyone know if you can insert a row into an excel spreadsheet from a web page???
also i would have to use asp to do this if it can be done?
You could probably interface with excel via an ODBC driver and perform data modifications. I'd search in that direction first. If that fails you also have the COM interfacing.