News Feed
Jobs Feed
Sections




News Archive
Dotvoid.com:
Generating Excel files with PHP
July 10, 2007 @ 07:46:47

Danne Lundqvist has posted about the process he went through when developing a solution to create Excel files in PHP:

I'm on this project at work where we need to create an excel file and send it via email or ftp to a recipient. The normal answer to this is to create a comma separated file and name it .xls and excel will work it out. However, that only works if you open it directly through an http request and are able to set the http headers correctly.

To get around these limitations, he found two solutions (thanks Google!) in PEAR's Spreadsheet_Excel_Writer and an MS-Excel Stream Handler class. He includes code that gives an example of another solution, one that packs data into a binary string and returns it as a part of the Excel document.

2 comments voice your opinion now!
excel file pear spreadsheet msexcel stream handler excel file pear spreadsheet msexcel stream handler


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Trick-out Your Session Handler

Juozas Kaziukenas' Blog: Dependencies management in PHP projects

Community News: Latest PEAR Releases for 12.04.2006

Community News: Latest PEAR Releases for 10.09.2006

Web Development Blog: Tutorial: FTP Upload via cURL


Community Events









Don't see your event here?
Let us know!


development opinion testing podcast code introduction interview example zendframework2 api database object release community framework phpunit composer unittest language tool

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework