News Feed
Jobs Feed
Sections




News Archive
Maarten Balliauw's Blog:
Reuse Excel business logic with PHPExcel
May 06, 2008 @ 07:51:38

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.

0 comments voice your opinion now!
phpexcel excel business logic reuse tutorial example


blog comments powered by Disqus

Similar Posts

WebCheatSheet.com: PHP: Dynamic Image Generation

MaltBlue.com: Why Zend Framework Plugins Save You Time

Rob Allen's Blog: Hooks in Action Helpers

PHP-Tip-a-Day: PHP Tutorial: The Allegory of The Factory Pattern

Kevin Schroeder's Blog: Connecting PHP to ActionScript and Flex using Stomp


Community Events









Don't see your event here?
Let us know!


development code community zendframework2 interview language podcast database unittest composer phpunit api opinion tool testing framework release object example introduction

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