Skip to content
Advertisement

Tag: maatwebsite-excel

Laravel Export : Problem with the excel formatting

I’m having a problem with the excel formatting of export operation, here’s my code SubmissionDetailExportExcel.php pengajuan_detail.blade.php When i opened the exported file, it became something like this: The second data after the first one goes to the right instead in the same column, how do i fix this Answer Fixed it by deleting the “rowspan”

Laravel Imports: How to replace imported row value by id?

So i have this code: PengajuanDetailController.php SubmissionDetailImport.php I wanted to make the imported row value of ‘submission_id’ equal to an id, for example: http://127.0.0.1:8000/pengajuan/4/ the row value of ‘submission_id’ becomes 4 of the “/4/” instead of the original imported value, how to do? Answer You can simply pass your Url parameter, through to the importer. Now we are needing the

export excel with a query using maatwebsite with laravel [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 1 year ago. Improve this question Hello i’m really new using maatwebsite already read the documentation but cant find it, can someone give me an idea about executing query after exporting

Advertisement