lemmon's avatar
Level 28

Laravel Excel

Has anyone used laravel excel, if so, what is your opinion of it?

thanx

0 likes
10 replies
Nakov's avatar

I use it, and it is great. Don't know how this answer helps you :)

lemmon's avatar
Level 28

Thank you for your reply @nakov

I am researching building an application for a small business where one can log in and add some info into a form, then add it to the database and create and store an excel/invoice at the same time and pull it up later and email it and so on. Does this sound like something laravel excel can do?

Nakov's avatar
Nakov
Best Answer
Level 73

@lemmon 100% :) it can do much more. But for such a simple scenario it is perfect. I mean it has good documentation which I love, but also see the stars on github, it is pretty popular :)

So just go ahead is my conclusion :)

jlrdw's avatar

You can also consider a PDF for an invoice, just a thought.

lemmon's avatar
Level 28

it is easy with the pdf

barryvdh/laravel-dompdf

lets see as I dig deeper...

Thank you all.

jlrdw's avatar

Of course I meant the generation of a PDF for the email. Since PDF is pretty standard.

I would just leave it stored in the database and just email a PDF invoice when needed, I don't understand storing it in Excel.

If there's a change or correction in the database and someone forgets to regenerate it in Excel you have errors in accounting.

Just something to consider.

Please or to participate in this conversation.