Is it possible to read and write excel files on PHP4?
If yes, how?
Thanks
You need to look at the COM library a set of standard objects that allow applications use features of MS Office programs. Certainly creating excel spreadsheets is easy enough, PHP will need the application installed on the machine it is running on.
Here's a sample tutorial - http://www.rawseo.com/news/2009/06/11/how-to-create-microsoft-office-documents-with-php/
You need to look at the COM library a set of standard objects that allow applications use features of MS Office programs. Certainly creating excel spreadsheets is easy enough, PHP will need the application installed on the machine it is running on.
Here's a sample tutorial - http://www.rawseo.com/news/2009/06/11/how-to-create-microsoft-office-documents-with-php/
See the link below for info on both:
http://innovationsdesign.net/wb_2.7/pages/tech-resources/php-help.php#question_9
Thanks for the responses.
Anyway, sorry for the late reply.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.