0
点赞
收藏
分享

微信扫一扫

thinkphp5使用PHPExcel实现导入导出功能


1.下载PHPExcel:​​https://share.weiyun.com/55CpSL3​​

2.解压文件:

thinkphp5使用PHPExcel实现导入导出功能_php3.将classes改为PHPExcel,复制到根目录的vendor:

thinkphp5使用PHPExcel实现导入导出功能_解压文件_02

3.前端代码:

<form method="post" action="{:url('savestudentImport')}" class="form-signin" enctype="multipart/form-data" >  
<input name="excel" type="file" class&


举报

相关推荐

0 条评论