Quantcast
Channel: Maarten Balliauw (ZetBrains) – Zend Developer Zone
Viewing all articles
Browse latest Browse all 20

PHPExcel version 1.3.0 released!

$
0
0

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, …

One of the new features in PHPExcel is formula calculation. Just like Excel or any other spreadsheet application, PHPExcel now provides support for calculating certain cell values, using a formula. For example, the formula "=SUM(A1:A10)" evaluates to the sum of values in A1, A2, …, A10.

Another nice feature of PHPExcel's formula parser, is that it can automatically adjust a formula when inserting/removing rows/columns.

Curious about all this? Want to play with it? Find the source code download and demo code on www.phpexcel.net!

The post PHPExcel version 1.3.0 released! appeared first on Zend Developer Zone.


Viewing all articles
Browse latest Browse all 20