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”
Tag: export
Laravel: How to store Excel File in a given path?
I have a function which is converting my blade view into Excel format and downloading it. Now I want to save it in a specified location, i.e: public/uploads/release Here is my controller: public …