我正在使用Laravel中的Maatwebsite/Laravel-Excel3.1版本库下载一个xlsx文件。它在本地主机上工作得很好,但在实时服务器上不能工作。
UsersExport
namespace App\Exports;
use App\Exports\UsersExport;
use Maatwebsite\Excel\Concerns\FromCollection;
use DB;
class UsersExport implements FromCollection
{
public function collection()
{
re
我使用了一些代码,在这些代码中,我使用php将数据库表数据导出到excel工作表。但是,当它首先下载文件时,它打开时会出现一个错误,该错误的格式不受支持。通过单击“是”,它将打开并显示我的完整数据,但在最后一个工作表中,页脚也会显示出来。
码
<?php
if(isset($_POST['download'])){
// The function header by sending raw excel
header("Content-type: application/vnd-ms-excel");
// Defines the name