Laravel Excel

screenshot of Laravel Excel
laravel

Supercharged Excel exports and imports in Laravel

Overview

Laravel Excel is a powerful package that allows users to easily export collections to Excel or CSV documents, enhancing performance with features like automatic chunking for large datasets. It also offers supercharged imports to Eloquent models, allowing users to import workbooks and worksheets efficiently. Users can also export Blade views for a custom layout in their spreadsheets.

Features

  • Export Collections to Excel: Easily export Laravel collections to Excel or CSV.
  • Supercharged Exports: Export queries with automatic chunking for better performance.
  • Supercharged Imports: Import workbooks and worksheets to Eloquent models with chunk reading and batch inserts.
  • Queue Exports: Queue exports to process in the background for larger datasets.
  • Export Blade Views: Use HTML tables in Blade views for custom layouts in spreadsheets.
laravel
Laravel

Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.