function __construct()
 {
     parent::Spreadsheet_Excel_Reader();
     $this->setOutputEncoding("UTF-8");
     $this->setRowColOffset(0);
 }