Excel/CSV Export is simple web report export tool, you do can use Export/Import - Laravel tool for excel/csv file.It can be easily customized as like worksheet name, font, font size, cells fill color, cells border color, text alignment vertical, text alignment horizontal and cells width easily changeable. Excel cells is set number formats and data validation. MySQL Data is showing rows group wise and header(rows and columns merge).You can protected and unprotected easily set on excel worksheet cells.
Excel/CSV Import You can easily data import from excel/csv into MySQL Database Table field.It can be easily customized excel/csv cells and mysql table field.
Thank you for your interest in my tool. If you have any questions that are beyond the scope of this help file, please feel free to contact with our plugin Support page Export/Import - Laravel Support or for very critical issue, you can contact with email: tspprt7@gmail.com [Email reply can be delay]. Thank you so much.
To install in local existing laravel project. As like: laravel_test
Please follow the steps bellow:
Use Composer to install PhpSpreadsheet into your project. As like: laravel_test
composer require phpoffice/phpspreadsheet
Open the (export-import-laravel/routes/web.php) page any text editor.
Copy all route and paste into your project. as like: laravel_test/routes/web.php
Copy all blade(export-import-laravel/resources/views/...blade.php) page and paste into your project. as like: laravel_test/resources/views
Copy model (export-import-laravel/app/Models/ExcelExport.php, ImportedData.php) page and paste into your project. as like: laravel_test/app
Copy Controllers (export-import-laravel/app/Http/Controllers/...php) page and paste into your project. as like: laravel_test/app/Http/Controllers
Copy (export-import-laravel/public/assets, excel-export, excel-import, images and pages) folder and paste into your project. as like: laravel_test/public
Open your browser and enter your url (http://localhost/laravel_test).
The following screen will appear
To install in local existing laravel project. As like: laravel_test
v1.1.0 (05/03/2023)
v1.0.0 (20/03/2020)