Hi all,
I know converting to excel has been talked about a bit in the forums for various types of conversions. What I am wondering is if there is a way that is not via PEAR or via a hardcoded HTML page. I have a current php page that displays data that looks a lot like excel. The data is live and I need to be able to have a user click on a .. export to excel.. link and have it prompt to save the page as an excel file while still keeping the formatting similar. The page works with mysql and a number of other variables that are getting tossed to it from the program its running in. Any ideas on an easy way to do this? Thanks!
Do you want the calculations included, or just a "current printout" ?
Would a CSV file work to import the data, with an excel file to use as a template to import to?