programming

TwitterFacebook
Get flash to fully experience Pearltrees
performance

framework

tutorial

class

form

php-excel - Project Hosting on Google Code

For many modern companies Excel is still the main tool to use when it comes to analysis or reports. php-excel aims to be the most simple and lightweight approach to convert a matrix-like, two-dimensional array from PHP to Microsoft Excel. Here are some examples: Create a quick export from a database table into Excel Compile some statistical records with a few calculations and deliver the result in an Excel worksheet Gather the items off your (web-based) todo list, put them in a worksheet and use it as a foundation for some more statistics magic. http://code.google.com/p/php-excel/

Console_Table examples

Table of Contents Using addFilter — Using column filtering with Console_Color To get the feeling how Console_Table is used, try out the following examples. Here we are following the basic steps to get some data out on the shell: Creating a Console_Table object Adding the header row Adding some data rows Rendering the table to the shell <?php require_once 'Console/Table.php' ; http://pear.php.net/manual/en/package.console.console-table.examples.php

039;s Mashup Developer Community | Learn to Create Mashups Your Enterprise Can Trust

http://mdc.jackbe.com/enterprise-mashup/ Hi Team, I am facing an issue while trying to read the result which has been generated by importing a CSV file.Our requirement is to read the data from CSV and to fetch the details from that file based on a particular column. Steps which we followed are: