TP5 0 excel 匯入匯出

2021-10-07 14:25:06 字數 884 閱讀 5939

介紹下excel匯入匯出

引第三方的phpexcel類庫放到 thinkphp\library\vendor\demo下,自己建的資料夾demo

再將excel.class放到thinkphp\library\org\class下,自己建的資料夾class

控制器:

<?php

namespace admin\controller;

use think\controller;

class excelcontroller extends controller

// 匯入

public function import()else

if($column = 'b')

if($column = 'c')

m('data')->add($data);

}$this->success('匯入資料庫成功',u('excel/show'));

}} else

}else

}//匯出

public function export()else

$xls = new \excel_xml('utf-8', false, 'datalist');

$xls->addarray($row);

$xls->generatexml(date('ymdhis'));}}

public function show()

}

檢視:

excellist.html

檢視

show.html

平台名稱

帳號

密碼

謝謝大家瀏覽到這裡~~~~

excel匯入匯出

匯出 yii框架中 header content disposition attachment filename 123.xls arr connection createcommand select from recruit queryall array this db get recruit r...

EXCEL匯入匯出

系統管理員登入,系統下資源管理 分機號列表內容匯出 suppresswarnings rawtypes responsebody public jsonobject selectfenjihaoinxitongforexportbyparam requestparam value fenjihao ...

excel匯入匯出

匯出 匯出相對比較簡單在控制層的關鍵 為 string filename 成果資料 dateutils.getdate yyyymmddhhmmss xlsx listpersonneltitlelist personneltitleservice.findlist personneltitle n...