i have a client that runs an insurance office and he has requested this functionality:
he wants visitors to his site to be able to view and input data in an excel file he has to be able to calculate on their own and online their insurance quote and so on...
basically he wants a working excel file embedded in an html page.
my first though was to write the whole thing in PHP, after having taken the functions from him, but it turns out he doesn't really know the functions because he got the excel file from someone else and so on...
i could of course get them from the excel file, but i was wondering
if there was a much simpler way of doing this, i.e. embedding the file somehow in an html page, keeping it editable of course to be able to serve its purpose. i don't really want the visitor to be able to save the worksheet to their computer, but i wouldn't mind if there's no way of doing that...
any ideas?
thanks
he wants visitors to his site to be able to view and input data in an excel file he has to be able to calculate on their own and online their insurance quote and so on...
basically he wants a working excel file embedded in an html page.
my first though was to write the whole thing in PHP, after having taken the functions from him, but it turns out he doesn't really know the functions because he got the excel file from someone else and so on...
i could of course get them from the excel file, but i was wondering
if there was a much simpler way of doing this, i.e. embedding the file somehow in an html page, keeping it editable of course to be able to serve its purpose. i don't really want the visitor to be able to save the worksheet to their computer, but i wouldn't mind if there's no way of doing that...
any ideas?
thanks