Original Content

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

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!

Published: June 11th, 2007 at 12:14
Categories: News
Tags: