Hi, I should know this but here I am asking for help:
- I need to start working with Excel Spreadsheets, i.e. creating them. I can create a "mickey mouse" spreadsheet already by writing an HTML table with data with fwrite(), calling it something.xls, and giving a link to it. Most browsers open this as an excel spreadsheet of sorts, and Excel seems to recognize this as well.
But, I need to create a REAL spreadsheet with at least some basic formulas such as "[this field] = A1 + B1*1.08", and also creating a named range.
- How to do output a header("Content-typ: application/x-msexcel"); directive or something so that the browser thinks my php file is actually an excel spreadsheet? The above x-msexc.. doesn't work, it still comes out as text/html.
Profuse quantities of reference links would be greatly appreciated!!!
Sam Fullman
Compass POint Media