Building Web Front-End for Excel Spreadsheet

Hi Experts,

I have some Spreadsheets which I want to make them accessible from Web.

The spreadsheets takes several user inputs, and calculates some results using formulas and vlookup.

I want the users to be able to choose options and enter values on a web page, which feeds into a spreadsheet on the server, and get real-time feedback from the spreadsheet’s calculations.

Is using Yii with PHPExcel the right solution for this?

Many Thanks

Yii will be fine for this.

You would have to delve deeper into PHPexcel to see if what your wanting to do is possible without modifying the code.