I have an Excel document which makes a lot of calculations and shows the results in specific fields as text. I need to get these answers into PHP but Excel Reader can't read those fields, since they are the results of calculations.
So, I want to save the Excel document without the formulas/calculations, but with the results as text. How do i do this?
I'm stuck using Excel 2004 Mac btw.
edit: I forgot to mention: a client of mine has to upload a new version of this Excel document each day (the calculations change daily), so the simpler the solution the better. Also, there are too many values to change them all manually.