Export/Import - Laravel v 1.1.1

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.

  • PHP Version 8.1
  • Laravel
  • PHP extension php_zip enabled
  • PHP extension php_xml enabled
  • PHP extension php_gd2 enabled

To install in local existing laravel project. As like: laravel_test

Please follow the steps bellow:

Step-1:

Step-2:

Use Composer to install PhpSpreadsheet into your project. As like: laravel_test

composer require phpoffice/phpspreadsheet

Step-3:

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

Step-4:

Copy all blade(export-import-laravel/resources/views/...blade.php) page and paste into your project. as like: laravel_test/resources/views

Step-5:

Copy model (export-import-laravel/app/Models/ExcelExport.php, ImportedData.php) page and paste into your project. as like: laravel_test/app

Step-6:

Copy Controllers (export-import-laravel/app/Http/Controllers/...php) page and paste into your project. as like: laravel_test/app/Http/Controllers

Step-7:

Copy (export-import-laravel/public/assets, excel-export, excel-import, images and pages) folder and paste into your project. as like: laravel_test/public

Step-8:

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