Add: class for parse and retrieve information from XLS files

This commit is contained in:
Regis Houssin
2009-05-19 18:33:45 +00:00
parent 75471b89ee
commit 71abc830aa
3 changed files with 1747 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ FPDI_Protection 1.0.2 Apache Software License 2.0 No GPL3 only PDF encr
MagPieRss 0.72 GPL 2.0 Yes Load RSS MagPieRss 0.72 GPL 2.0 Yes Load RSS
NuSoap 0.6.5 LGPL 2.1 Yes Interfaces with third tools NuSoap 0.6.5 LGPL 2.1 Yes Interfaces with third tools
PHP_WriteExcel 0.3.0 LGPL 2.1 Yes Excel files generation PHP_WriteExcel 0.3.0 LGPL 2.1 Yes Excel files generation
PHP_ExcelReader 2.21 MIT License Yes Parse and retrieve information from XLS files
Prototype 1.6.0.3 MIT License Yes Ajax library Prototype 1.6.0.3 MIT License Yes Ajax library
PWC 1.3 MIT License Yes Ajax library PWC 1.3 MIT License Yes Ajax library
Scriptaculous 1.8.2 MIT License Yes Ajax library Scriptaculous 1.8.2 MIT License Yes Ajax library

View File

@@ -0,0 +1,9 @@
README (english)
----------------
PHP Excel Reader - Parse and retrieve information from XLS files.
Web: http://code.google.com/p/php-excel-reader/
Licence: MIT
Author: Matt Kruse
Version: 2.21
Last change: 2009-04-14

File diff suppressed because it is too large Load Diff