Subversion Repositories eFlore/Applications.cel

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
447 david 1
<?php
2
 
3
 
4
Class ExcelReader {
5
 
6
 
7
	function initExcelReader() {
8
			require_once("ExcelReader/excel_reader2.php");
9
	}
10
 
11
 
12
}
13
 
14
 
15
?>