Excel & php formulas

Is it possible to get some data from a php/html form, pass it to an excel file on a amazon S3, run the formulas in the excel file and then pass the results back to the browser via php and store all data in a database?

I’m looking at PHPexcel at the moment, but just wondering if there is any other solutions out there?