资讯详情

php 将html转excel

直接贴代码

<?php  header("Cache-Control:public"); header("Pragma:public");  header( "Content-Type: application/vnd.ms-excel; name='excel'" );///表示输出类型excel文件类型  header( "Content-type: application/octet-stream" );//表示二进制数据流常用于文件下载  header( "Content-Disposition: attachment; filename=".time()."调查问卷.xls");//下载弹框文件  ///以下三行代码使浏览器每次打开此页面时不会使用缓存下载上一个文件 header( "Cache-Control: must-revalidate, post-check=0, pre-check=0" ); header( "Pragma: no-cache" ); header( "Expires: 0" ); //https://s12.aconvert.com/convert/p3r68-cdx67/a274o-x4ypi.html echo file_get_contents("网址"); 

标签: r68mt片式功率电感

锐单商城拥有海量元器件数据手册IC替代型号,打造 电子元器件IC百科大全!

锐单商城 - 一站式电子元器件采购平台