I have an urgent and possibly difficult problem to solve that relates to this...
I need to make a program that takes an Excel spreadsheet and generates a dynamic web-page for entering measurements and making calculations. The goal is to have the program simple enough for people with no technical knowledge (i.e. writting scripts) to just upload a file (originating from an excel spreadsheet), and end up with a webpage that has the same functionality, but the constants, formulas, labels, etc. cannot be changed...
The problem with all the php-excel parsers I've been looking at (such as those mentioned here) is that they don't seem to extract the formulas into the array (or whatever), but rather the values already calculated in the spreadsheet. As well, it's difficult for me to see how it would be possible to separate which fields in the spreadsheet should be used as constant parameters, and which should become fields (variables) that the user will enter his or her measurements into...
... perhaps I am going about this wrong, or perhaps this is too ambitious a project... OR, perhaps the solution is quite obvious...???
Any help or direction would be greatly appreciated... I am on a deadline, but if anyone thinks this is a do-able project, I would definitely spend the time.
Thanks in advance for any responses. 🙂