ILIAS  release_5-2 Revision v5.2.25-18-g3f80b82851
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.