请教个问题 PHP怎么设置导出的exce自动存在根目录呢?
$obj_Writer=PHPExcel_IOFactory::createWriter($objPHPExcel,'Excel5');$filename="outexc...
$obj_Writer = PHPExcel_IOFactory::createWriter($objPHPExcel,'Excel5');
$filename = "outexcel.xls";
header("Content-Type: application/force-download");
header("Content-Type: application/octet-stream");
header("Content-Type: application/download");
header('Content-Disposition:inline;filename="'.$filename.'"');
header("Content-Transfer-Encoding: binary");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
header("Pragma: no-cache"); 展开
$filename = "outexcel.xls";
header("Content-Type: application/force-download");
header("Content-Type: application/octet-stream");
header("Content-Type: application/download");
header('Content-Disposition:inline;filename="'.$filename.'"');
header("Content-Transfer-Encoding: binary");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
header("Pragma: no-cache"); 展开
2个回答
2015-01-20
展开全部
函数我也记不完,都是写程序的时候临时查,下面对你的这些ASP函数我凭记忆联想了几个,不一定完全正确:
replace(a,"b","") str_replace可以高效进行文本替换,preg_replace可以用正则进行替换
instr(a,"b") 判断字符串中是否存在自串,可以使用strstr、strpos函数
left(a,2)、right(a,2)、middle(a,2,4) 子串可以使用万能的substr函数
split(a,"|") 划分可以使用explode、split等函数
ubound(a) 这个我不懂
ucase(a) strtoupper(), ucfirst、ucwords()等功能更多
lcase(a) strtolower()
trim(a) 这个有同名函数
int(a)、cint(a) 、cstr(a) 这些好像不必要
replace(a,"b","") str_replace可以高效进行文本替换,preg_replace可以用正则进行替换
instr(a,"b") 判断字符串中是否存在自串,可以使用strstr、strpos函数
left(a,2)、right(a,2)、middle(a,2,4) 子串可以使用万能的substr函数
split(a,"|") 划分可以使用explode、split等函数
ubound(a) 这个我不懂
ucase(a) strtoupper(), ucfirst、ucwords()等功能更多
lcase(a) strtolower()
trim(a) 这个有同名函数
int(a)、cint(a) 、cstr(a) 这些好像不必要
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
TableDI
2024-07-18 广告
2024-07-18 广告
在上海悉息信息科技有限公司,我们深知Excel在数据处理中的重要作用。在Excel中引用不同工作表(sheet)的数据是常见的操作,这有助于整合和分析跨多个工作表的信息。通过在工作表名称前加上感叹号“!”,您可以轻松地引用其他工作表中的数据...
点击进入详情页
本回答由TableDI提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询