We have websites running under apache on Linux.
These websites need to accept data entry and then calculate and display results, this is currently done using a Linux app. Each website has a differently configured Linux app to produce the results.
The Linux app replicates a calculation defined in an excel spreadsheet (different spreadsheet for each website). The replication of the calc is becoming very tiresome and I would like to know of a mechanism that I could use which would allow me to do the following:
Take data entered on web page, pass it to relevant cells in excel and then take resulting contents of other cells and paste back on to web page.
These websites need to accept data entry and then calculate and display results, this is currently done using a Linux app. Each website has a differently configured Linux app to produce the results.
The Linux app replicates a calculation defined in an excel spreadsheet (different spreadsheet for each website). The replication of the calc is becoming very tiresome and I would like to know of a mechanism that I could use which would allow me to do the following:
Take data entered on web page, pass it to relevant cells in excel and then take resulting contents of other cells and paste back on to web page.