+ -
当前位置:首页 → 问答吧 → phpExcelReader导入问题

phpExcelReader导入问题

时间:2011-11-14

来源:互联网

test.php
<?php

header("Content-type:application/vnd.ms-excel;");
header("Content-Disposition:attachment;filename=test.xls");
echo '1'."\t";
echo '1'."\t";
echo '1'."\t";
echo '1'."\t";
?>
我使用头文件 导出 xls  
用phpExcelReader 导入
他却提示 The filename test.xls is not readable 这个文件无法读取
是不是头文件导出会 破坏 xls 文件结构呢?

作者: wangqq1207   发布时间: 2011-11-14

用phpexcel吧。

作者: TottyAndBaty   发布时间: 2011-11-14