Ecode Employee Name PunchDate First Second Worktime
194 Nilesh Darji 2015-04-03 10:20 17:20 07:00
2015-05-03 10:20 11:20 07:00
11:25 02:00
02:20 17:20
我有一种密码保护的excel表。
我想使用以下类和代码段
require_once 'readernew.php';
$data = new Spreadsheet_Excel_Reader();
$data->setOutputEncoding('CP1251');
$data->read('InOut.xls');
$res = $data->sheets;
echo "<pre>";print_r($data->sheets);//exit;
但受密码保护的文件无法读取
任何人都可以帮我这样做吗?