Skip to main content

Code Examples of maatwebsite/excel

Discover how to use Laravel's maatwebsite/excel method in real-world applications. Browse 8 examples from popular open-source projects.

8 examples

akaunting/akaunting

  • 9876
  • Created Sep 2017
  • Updated Jun 2026

Files in this example

  • composer.json
    • app/Exports/Sales/Revenues.php
      • app/Http/Controllers/Sales/Revenues.php
        • routes/admin.php
View full example

HiEventsDev/Hi.Events

  • 3870
  • Created Oct 2023
  • Updated Jun 2026

Files in this example

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

JhumanJ/OpnForm

  • 3458
  • Created Sep 2022
  • Updated Jun 2026

Files in this example

  • app/Exports/FormSubmissionExport.php
    • app/Http/Controllers/Forms/FormSubmissionController.php
View full example

alighasemzadeh/bap

  • 154
  • Created Oct 2021
  • Updated Jun 2024

Files in this example

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

codenteq/laerx

  • 133
  • Created May 2022
  • Updated Feb 2026

Files in this example

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

clockobot/clockobot

  • 49
  • Created Aug 2024
  • Updated Jun 2026

Files in this example

  • composer.json
    • app/Exports/ReportExport.php
      • app/Livewire/Reporting/ReportingIndex.php
View full example

OGhawsi/University-Employees-Records-Finder

  • 15
  • Created Nov 2021
  • Updated Mar 2022

Files in this example

  • composer.json
    • app/Http/Controllers/ReportController.php
      • app/Exports/EmployeesExport.php
View full example

ajikamaludin/expense-tracker-inertiajs

  • 6
  • Created Dec 2021
  • Updated Jan 2024

Files in this example

  • composer.json
    • app/Http/Controllers/SummaryController.php
      • app/Exports/SummaryExport.php
View full example