Тёмный

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

Amitav Roy
Подписаться 19 тыс.
Просмотров 6 тыс.
50% 1

#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:
Twitter: / amitavroy7​
Discord: / discord

Опубликовано:

 

18 авг 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 36   
@limoh
@limoh 2 года назад
Thank You, Amitav
@amitavroydev
@amitavroydev 2 года назад
Welcome... request you to share the content and subscribe if you have not done it already
@francisjipson6749
@francisjipson6749 2 года назад
👍👍
@amitavroydev
@amitavroydev 2 года назад
Thanks
@melodicTune9464
@melodicTune9464 2 года назад
Thank you very much..
@amitavroydev
@amitavroydev 2 года назад
You are welcome
@eliaschampi
@eliaschampi 2 года назад
Great! Laravel exCel
@amitavroydev
@amitavroydev 2 года назад
Yup
@user-xo2nq9bx3b
@user-xo2nq9bx3b 7 месяцев назад
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 youuuuu, this is very helpful vid, I learn a lot
@amitavroydev
@amitavroydev 7 месяцев назад
It's possible. However, not something I am planning to do recently
@ErvisHysiDev
@ErvisHysiDev 2 года назад
What if I want do make a query with condition where('invoice.id', $id), can you please share any example for that?
@amitavroydev
@amitavroydev 2 года назад
It will just be a query with the condition. For example, User::select(['fields'])->where('user', $id)->get();
@ibrahimsherif6648
@ibrahimsherif6648 2 года назад
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...
@amitavroydev
@amitavroydev 2 года назад
This package allows you to use DOM PDF to generate PDF. And, in DOM PDF you can use the set_paper method to define landscape. Check the stackoverflow link: stackoverflow.com/a/36018887/1367259 This should help you.
@Ehsankhan0577
@Ehsankhan0577 2 года назад
nice video......sir how to insert data from the file into table.......means reverse of it
@amitavroydev
@amitavroydev 2 года назад
When you insert the file, you get the file object. You need to then use that file object to save the relationship. For example, if a user has a profile pic which is of type file. Then, save the file const file = await fileService.save(data); const user = ..., profilePic = file await userService.save(user);
@SalomDunyoIT
@SalomDunyoIT 2 года назад
How about Cyrillic chars from DB(utf8mb4 set) to pdf using fromView?
@amitavroydev
@amitavroydev 2 года назад
Don't know.. sorry about that.
@rhnnf3502
@rhnnf3502 2 года назад
Hello, is there any way to change to pdf size or fit in a large table ? Thanks !
@amitavroydev
@amitavroydev 2 года назад
PDF are generally page size. But the package does allow you to set a custom page size
@yakiiz5924
@yakiiz5924 2 года назад
Hello, do you have any video about your windows or vscode configuration?
@amitavroydev
@amitavroydev 2 года назад
For windows, no. I never thought people would be interested. However, my entire vscode setting is here: gist.github.com/amitavroy/c4c83057e3bf82b18eaaf410efa2e940 Do note, some plugins are just sitting there :)
@bl4nknvrlose604
@bl4nknvrlose604 Год назад
Is it possible to assign or specify the excel file when exporting? I have a format to follow but I can't figure out.
@amitavroydev
@amitavroydev Год назад
I don't think I completely understand your requirement. Can you elaborate? possible to assign or specify the excel file - you mean a file where you want to append data?
@bl4nknvrlose604
@bl4nknvrlose604 Год назад
@@amitavroydev yeah but i do think it's not possible so I think I gonna design in the blade view.
@amitavroydev
@amitavroydev Год назад
That's what even I felt. Might be possible but can be quite complicated
@lastninja2022
@lastninja2022 2 года назад
do you have CRUD and search filter with this printing?
@amitavroydev
@amitavroydev 2 года назад
This video is a straight up one on how to use the package. If you apply filter and get the query, you will get the result and you can then send it to the package do get an Excel
@naumtinga
@naumtinga 2 года назад
Can i put style the tables? IT LOOKS TO SIMPLE
@amitavroydev
@amitavroydev Год назад
Yes you can
@akshaythorat3904
@akshaythorat3904 2 года назад
Sir can you please share vs code extensions list used for laravel..😊
@amitavroydev
@amitavroydev 2 года назад
Intelliphense
@khizrshaikh9902
@khizrshaikh9902 3 года назад
*_first comment I want heart_*
@amitavroydev
@amitavroydev 3 года назад
Thanks for the comment and support. Do subscribe if you have not done already and do like the video.
@darn2926
@darn2926 Год назад
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
@amitavroydev
@amitavroydev Год назад
In this case, raise an event and then handle it through the event listener.
Далее
Laravel 8 Tutorial - Export Data in Excel and CSV
23:22
Laravel Excel Live-Coding: Export - Edit - Import Back
15:32
Редакция. News: 128-я неделя
57:38
Просмотров 762 тыс.
EXPORT DATA IN PDF - LARAVEL DOMPDF - COMPLETE GUIDE
17:16
Livewire Table: Select and Export to Excel/PDF
4:15
Просмотров 22 тыс.
The Tools I Use to Build Products in Laravel
19:00
Просмотров 20 тыс.
Redis за 20 минут
23:22
Просмотров 119 тыс.
Laravel PDF Export - Useful Laravel Packages
9:05
Просмотров 71 тыс.
Laravel Excel Export Import | Laravel tutorial
25:57
Просмотров 10 тыс.
Редакция. News: 128-я неделя
57:38
Просмотров 762 тыс.