Skip to main content

Search Results for "maatwebsite/excel"

We found 10 results for "maatwebsite/excel".

Tutorial 3 min read Free

Laravel Excel Export: Formatting and Styling Cells

Laravel-Excel package is great for exporting data. But not a lot of info there about formatting Excel cells - widths, word wraps, fonts etc. So when I encountered this in a client's project, I decided to write this article with a few tips on this topic.

Code Example alighasemzadeh/bap

alighasemzadeh/bap

Files in the example:

  • composer.json
  • app/Exports/UsersExport.php
  • app/Http/Livewire/Admin/User/Index.php
  • resources/views/livewire/admin/user/index.blade.php

Code Example codenteq/laerx

codenteq/laerx

Files in the example:

  • composer.json
  • app/Excel/Exports/UsersExport.php
  • app/Http/Controllers/Manager/UserController.php

Code Example JhumanJ/OpnForm

JhumanJ/OpnForm

Files in the example:

  • app/Exports/FormSubmissionExport.php
  • app/Http/Controllers/Forms/FormSubmissionController.php

Code Example HiEventsDev/Hi.Events

HiEventsDev/Hi.Events

Files in the example:

  • backend/composer.json
  • backend/routes/api.php
  • backend/app/Exports/AttendeesExport.php
  • backend/app/Http/Actions/Attendees/ExportAttendeesAction.php