|
@@ -14,6 +14,7 @@ class JobController extends ApiBaseController
|
|
|
|
|
|
public function import(Request $request)
|
|
public function import(Request $request)
|
|
{
|
|
{
|
|
|
|
+ return '完成';
|
|
$spreadsheet = IOFactory::load(public_path() . '/job.xls');
|
|
$spreadsheet = IOFactory::load(public_path() . '/job.xls');
|
|
$sheet = $spreadsheet->getActiveSheet();
|
|
$sheet = $spreadsheet->getActiveSheet();
|
|
$rowCount = $sheet->getHighestRow();
|
|
$rowCount = $sheet->getHighestRow();
|