Closed adispartadev closed 6 years ago
Hi, I just want to export some data to excel format but it return excel file with symbol in the content.
\Excel::create('Filename', function($excel) { $excel->sheet('Sheetname', function($sheet) { $sheet->fromArray(array( array('data1', 'data2'), array('data3', 'data4') )); }); })->download('xls');
I use your example code and I got something like this
I use laravel 5.3
See https://github.com/Maatwebsite/Laravel-Excel/issues/878#issuecomment-238012066
I have a same issue. The solution is not worked for me. Kindly help me
I'm on this now and is driving me crazy!!!
Hi, I just want to export some data to excel format but it return excel file with symbol in the content.
I use your example code and I got something like this
I use laravel 5.3