Laravel Exel pacakge tutorial export data to XLS, CSV and PDF

preview_player
Показать описание
#laravel
While working on some reporting requirements in a project, I discovered this nice package which can help us a lot in generating reports in different formats like Excel, CSV and even PDF.

This is the first video where I go on exploring the package.

You can find me on:
Рекомендации по теме
Комментарии
Автор

How about Cyrillic chars from DB(utf8mb4 set) to pdf using fromView?

SalomDunyoIT
Автор

What if I want do make a query with condition where('invoice.id', $id), can you please share any example for that?

ErvisHysiDev
Автор

Hello, is there any way to change to pdf size or fit in a large table ? Thanks !

rhnnf
Автор

do you have CRUD and search filter with this printing?

lastninja
Автор

Good evening, nice video, but i've an issue, what is in i want the pdf in landscape format ?? How would i specify it please ?? Thanks in advance...

ibrahimsherif
Автор

Hello, do you have any video about your windows or vscode configuration?

yakiiz
Автор

Is it possible to assign or specify the excel file when exporting? I have a format to follow but I can't figure out.

blnknvrlose
Автор

Can i put style the tables? IT LOOKS TO SIMPLE

naumtinga
Автор

hello there, can you do a video about modifying the looks of the pdf using that library as well? and also maybe like when you click something, the pdf will open up on new tab? thank this is very helpful vid, I learn a lot

xonqbxb
Автор

Sir can you please share vs code extensions list used for laravel..😊

akshaythorat
Автор

nice how to insert data from the file into reverse of it

Ehsankhan
Автор

I know its long but somebody help me,

what do i do if i want such that not to export the file, meaning having a pop up where the user chooses a download location, what i want is generate a report and have it sent as an attachment on an email, so i was asking how can i attain that, where the controller will make the xls or pdf and have it sent on an email.

please @amitavroydev and thank you

darn