コード例 #1
0
ファイル: import.php プロジェクト: drognisep/Simple-Groupware
 function __construct()
 {
     parent::Spreadsheet_Excel_Reader();
     $this->setOutputEncoding("UTF-8");
     $this->setRowColOffset(0);
 }