News Feed
Jobs Feed
Sections




News Archive
Maarten Balliauw's Blog:
Saving a PHPExcel spreadsheet to Google Documents
February 03, 2009 @ 12:58:56

Maarten Balliauw has written up a guide to saving the output of your PHPExcel applications out to the Documents service that Google offers.

As you may know, PHPExcel is built using an extensible model, supporting different input and output formats. The PHPExcel core class library features a spreadsheet engine, which is supported by IReader and IWriter instances used for reading and writing a spreadsheet to/from a file. Currently, PHPExcel supports writers for Excel2007, Excel5 (Excel 97+), CSV, HTML and PDF. Wouldnt it be nice if we could use PHPExcel to store a spreadsheet on Google Documents? Let's combine some technologies.

The two technologies in question are a standard install of the PHPExcel library and the Zend Framework (with its Zend_Gdata component). Using the component, a save() method is created and hooked into the IWriter interface of PHPExcel. When this save method is called, the Zend_Gdata component connects to the Documents service and uploads the resulting information for the account you supply.

0 comments voice your opinion now!
tutorial save phpexcel extensible document google spreadsheet zendframework zendgdata


blog comments powered by Disqus

Similar Posts

Matthew Weier O'Phinney's Blog: Autocompletion with Zend Framework and Dojo

NETTUTS.com: Why you Should be using PHP's PDO for Database Access

Zend Developer Zone: Enhance performance with Zend_Cache

Klaus Graefensteiner's Blog: Climbing the CodeIgniter PHP MVC framework learning curve

Ian Selby's Blog: Create a REST API with PHP


Community Events









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


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

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