php-excel-reader PHP Excel Reader - Parse and retrieve information from XLS files

  1. Documentation
  2. Change Log

This PHP library expands on the great work done in the PHP Excel Reader project on SourceForge.

It reads the binary format of XLS files directly and can return values and formats from any cell.

Resources

Documentation

Requirements
  • Yii 1.0 or above
Installation
  • Extract the release file under protected/extensions
Usage

See the following code example:

Yii::import('ext.phpexcelreader.JPhpExcelReader');
$data=new JPhpExcelReader('example.xls');
echo $data->dump(true,true);

Change Log

January 27, 2010
  • Initial release.
7 3
13 followers
7 262 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: File System
Tags:
Developed by: jerry2801
Created on: Jan 27, 2010
Last updated: 13 years ago

Downloads

show all