My slides introducing the PHP Excel extension from the talk at ZendUncon are now available online and can be downloaded at: http://ilia.ws/files/zenduncon_phpexcel.pdf

My slides introducing PHP 5.4.8 from the talk at ZendCon are now available online and can be downloaded at: http://ilia.ws/files/zendcon2012_php54.pdf

A new version of the php-excel extension, v0.9.7 was released and is now available for download at: https://github.com/downloads/iliaal/php_excel/php-excel-0.9.7.tar.bz2 This new version allow for compilation against latest version of LibXL 3.3.1 and provides wrappers for new functions available in LibXL 3.2.4+, which include the following: added ExcelSheet::getTopLeftView() and ExcelSheet::setTopLeftView() methods for getting/setting a view position in the sheet added ExcelSheet::addrToRowCol() and ExcelSheet::rowColToAddr() methods for translating Excel cell position to row/column definitions Additionally the extension's "info" section was modified to show the version of LibXL library the extension was compiled against.

My slides from the "Under the Hood" talk at IPC 2012 are now available online and can be downloaded at: http://ilia.ws/files/ipc2012_under_the_hood.pdf

My slides introducing PHP 5.4.7 from the talk at IPC 2012 are now available online and can be downloaded at: http://ilia.ws/files/ipc12_php54.pdf