Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

JSLabs Blog:
How to create Microsoft Office Documents with PHP
Jul 02, 2007 @ 17:02:00

From the JSLabs blog today, there's a quick illustration of how to dynamically create three different types of Microsoft Office files - a Word document, Powerpoint and an Excel file.

There are two main ways to build Excel, Word, and PowerPoint documents using PHP. The first is by using the COM library (only if you are using a Windows server) and the other is by using a more standardized approach such as HTML or CSV.

All three examples use the COM method and make basic structures to save out. They also include a screenshot (and description) showing where you can find the list of functions you can call to the COM object for each application.

tagged: microsoftoffice document excel powerpoint word com object microsoftoffice document excel powerpoint word com object

Link:

JSLabs Blog:
How to create Microsoft Office Documents with PHP
Jul 02, 2007 @ 17:02:00

From the JSLabs blog today, there's a quick illustration of how to dynamically create three different types of Microsoft Office files - a Word document, Powerpoint and an Excel file.

There are two main ways to build Excel, Word, and PowerPoint documents using PHP. The first is by using the COM library (only if you are using a Windows server) and the other is by using a more standardized approach such as HTML or CSV.

All three examples use the COM method and make basic structures to save out. They also include a screenshot (and description) showing where you can find the list of functions you can call to the COM object for each application.

tagged: microsoftoffice document excel powerpoint word com object microsoftoffice document excel powerpoint word com object

Link:


Trending Topics: