Saving a PHPExcel spreadsheet to Google Documents
A tutorial on extending PHPExcel to save spreadsheets directly to Google Docs using a custom writer class and Zend Framework.
A tutorial on extending PHPExcel to save spreadsheets directly to Google Docs using a custom writer class and Zend Framework.
Microsoft releases ECMA-376/OpenXML implementation notes for Office 2007, aiding developers in understanding document handling and improving libraries like PHPExcel.
A developer's top 5 technical blog posts from 2008, focusing on PHPExcel, ASP.NET MVC, and Visual Studio profiling.
PHPExcel library featured in php|architect magazine for generating Excel files and charts using PHP and the Google Charts API.
Zend Framework 1.7 now includes native OpenXML indexing support for Lucene, simplifying document search integration.
A tutorial on using PHPExcel to integrate and reuse existing Excel-based business logic in a PHP web application, avoiding duplicate code.
A new PHP OpenXML API project for creating Word documents is introduced, with updates on PHPExcel repository synchronization.
A guide and resource list for generating Office 2007 (OpenXML) documents using the C# programming language.
Announces the release of PHPExcel 1.3.5, highlighting new features like rich text support and Excel2007 compatibility.
PHPExcel 1.3.0 released with new features like formula calculation, auto-sizing columns, and row/column insertion.
Exploring the implementation of Excel formula parsing and calculation within PHPExcel using a ported JavaScript expression parser.
Article on using PHP with Microsoft's OpenXML format to generate Excel 2007 spreadsheets, featuring the PHPExcel project.
Announcing the final 1.0.0 release of PHPExcel, a PHP library for writing and reading Excel 2007 files.
Developer provides a status update on his PHP library for generating Excel 2007 files, discussing its evolution from a test project.