News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Maarten Balliauw's Blog:
Reuse Excel business logic with PHPExcel
0 comments :: posted Tuesday May 06, 2008 @ 07:51:38
voice your opinion now!

Maarten Balliauw has made a new blog post today about a method he's using to help reuse some of the business logic that Excel spreadsheets can have in a PHP script with help from PHPExcel.

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 Excel. [...] Did you know you can use PHPExcel to take advantage of the Excel-based business logic without having to worry about duplicate business logic?

He creates a quick example of a script that can take in an Excal file and pull it into a PHPExcel object, ready for manipulation. He fills in values for the already defined fields (like "carColor" or "leatherSeats") and uses the getCalculatedValue method to perform the action on the cell. The output is dropped into a variable that can be echoed out or used later on in the PHP script.

tagged with: phpexcel excel business logic reuse tutorial example



package ajax PHP5 mysql framework PEAR releases release zend zendframework conference application database developer cakephp security code book pecl job

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework