简体   繁体   中英

MAATWEBSITE LARAVEL

I want to import data tables(multiple) using excel(single) file. I am not sure how to achieve same with query builder. I am not using model for this.

Excel::import( QUERY BUILDER INSERT QUERY , $request->file('file')->store('temp'));

can i use insert query here? if yes then how. Any help would be appreciated. Thanks.

They've documented that on their website: Please see this Page. https://docs.laravel-excel.com/3.1/exports/from-query.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM