Office 2007 SpreadsheetML classes in PHP
In my evening hours, I've been working on a set of PHP classes to create Offixe 2007 SpreasheetML documents (.xlsx files). I finished my first goals (some basic XLSX writing), and I want to share this...
View ArticlePHPExcel version 1.0.0 released!
I'm quite proud to announce the 1.0.0 version of PHPExcel, a set of classes that allows you to write Excel2007 files from PHP. The class set currently supports features such as setting spreadsheet meta...
View ArticlePHPExcel version 1.3.0 released!
The new version of PHPExcel has just been released, bringing 1.3.0 to the public. New features include formula calculation, inserting and removing columns/rows, auto-sizing columns, freezing panes, …...
View ArticleGenerics in PHP
On his blog, Maarten Balliauw shows two easy ways on how to implement an ArrayObject supporting generics in PHP5: Assuming everyone knows what generics are, let’s get down to business right away. PHP...
View ArticleOpenXML in Healthcare in PHP
Here's a cool present. Recently Wouter posted on his blog about an article he co-operated on for MSDN: OpenXML in Healthcare. Being both a Microsoft and PHP fan (yes, you can curse me, I don't care), I...
View ArticleLINQ for PHP (Language Integrated Query for PHP)
On his blog, Maarten Balliauw started a new class library mimicing C#'s LINQ technology. Perhaps you have already heard of C# 3.5's "LINQ" component. LINQ, or Language Integrated Query, is a component...
View ArticleUse Excel business logic in PHP
In many companies, business logic resides in Excel. This business logic is sometimes created by business analysts and sometimes by business users who want to automate parts of their everyday job using...
View ArticleSaving a PHPExcel spreadsheet to Google Documents
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...
View ArticleCombining the power of PHPLinq, Zend_Db, XML and arrays
PHPLinq is a class library for PHP, based on the idea of Microsoft's LINQ technology. LINQ is short for language integrated query, a component in the .NET framework which enables you to perform queries...
View ArticleCreating PowerPoint 2007 files using PHP
A new project has just been released on CodePlex: PHPPowerPoint. Just like with PHPExcel, PHPPowerPoint can be used to generate PPTX files from a PHP application. This can be done by creating an...
View Article