ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
IReader.php
Go to the documentation of this file.
1 <?php
37 {
44  public function canRead($pFilename);
45 
53  public function load($pFilename);
54 }
canRead($pFilename)
Can the current PHPExcel_Reader_IReader read the file?
load($pFilename)
Loads PHPExcel from file.