标签: excel

共 1 篇文章

PHPExcel的导出和识别

首先需要安装phpexcel依赖: composer require phpoffice/phpexcel 定义一个上传类: <?php namespace app\common\utils; use app\common\exception\BusinessException; use app\common\exception\BusinessExcept ...