alive2212/laravel-excel-helper

this is excel helper package for download table in pdf or excel format

v4.0.1 2023-04-04 12:10 UTC

This package is auto-updated.

Last update: 2024-04-04 14:16:06 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Install

Via Composer

$ composer require alive2212/laravel-excel-helper

Usage

    $user = new User();
    $excelHelper = new ExcelHelper();
    return $excelHelper->table($user->get()->toArray())->createExcelFile()->download();

Change log

Please see CHANGELOG for more information on what has changed recently.

Security

If you discover any security related issues, please email alive2212@yahoo.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.