随笔分类 -  phpExcel

phpExcel导出表格
摘要:/** * excel下载。单个职位下的求职者 */ public function test() { $deliveryIds = trim($this->_param['deliveryIds'], ','); if(empty($deliveryIds)){ return json($this-... 阅读全文
posted @ 2018-07-23 11:46 泪滴 阅读(119) 评论(0) 推荐(0)