An open API service indexing awesome lists of open source software.

https://github.com/arcanedev/laravelexcel

:pencil: This package allows you to export an array/Laravel Collection as an excel/csv file or import it.
https://github.com/arcanedev/laravelexcel

arcanedev csv excel exporter importer laravel ods xslx

Last synced: 4 months ago
JSON representation

:pencil: This package allows you to export an array/Laravel Collection as an excel/csv file or import it.

Awesome Lists containing this project

README

          

# Laravel Excel [![Packagist License][badge_license]](LICENSE.md) [![For Laravel 5][badge_laravel]][link-github-repo]

[![Travis Status][badge_build]][link-travis]
[![Coverage Status][badge_coverage]][link-scrutinizer]
[![Scrutinizer Code Quality][badge_quality]][link-scrutinizer]
[![SensioLabs Insight][badge_insight]][link-insight]
[![Github Issues][badge_issues]][link-github-issues]

[![Packagist][badge_package]][link-packagist]
[![Packagist Release][badge_release]][link-packagist]
[![Packagist Downloads][badge_downloads]][link-packagist]

*By [ARCANEDEV©](http://www.arcanedev.net/)*

This package allows you to export a array/Laravel Collection as an excel/csv file or import it.

## Features

* A very flexible messaging system.
* Easy setup & configuration.
* Well documented & IDE Friendly.
* Well tested with maximum code quality.
* Laravel `5.1` to `5.7` are supported.
* Made with :heart: & :coffee:.

## Table of contents

1. [Installation and Setup](_docs/1-Installation-and-Setup.md)
2. [Configuration](_docs/2-Configuration.md)
3. [Usage](_docs/3-Usage.md)

## TODOS

- [ ] More tests.
- [ ] Documentation.

## Contribution

Any ideas are welcome. Feel free to submit any issues or pull requests, please check the [contribution guidelines](CONTRIBUTING.md).

## Security

If you discover any security related issues, please email arcanedev.maroc@gmail.com instead of using the issue tracker.

## Credits

- [ARCANEDEV][link-author]
- [All Contributors][link-contributors]

[badge_laravel]: https://img.shields.io/badge/For%20Laravel-5.1%20to%205.7-orange.svg?style=flat-square
[badge_license]: https://img.shields.io/packagist/l/arcanedev/laravel-excel.svg?style=flat-square
[badge_build]: https://img.shields.io/travis/ARCANEDEV/LaravelExcel.svg?style=flat-square
[badge_coverage]: https://img.shields.io/scrutinizer/coverage/g/ARCANEDEV/LaravelExcel.svg?style=flat-square
[badge_quality]: https://img.shields.io/scrutinizer/g/ARCANEDEV/LaravelExcel.svg?style=flat-square
[badge_insight]: https://img.shields.io/sensiolabs/i/6e9ca73e-5b70-4d6f-b3ab-60b0df761b45.svg?style=flat-square
[badge_issues]: https://img.shields.io/github/issues/ARCANEDEV/LaravelExcel.svg?style=flat-square
[badge_package]: https://img.shields.io/badge/package-arcanedev/laravel--excel-blue.svg?style=flat-square
[badge_release]: https://img.shields.io/packagist/v/arcanedev/laravel-excel.svg?style=flat-square
[badge_downloads]: https://img.shields.io/packagist/dt/arcanedev/laravel-excel.svg?style=flat-square

[link-author]: https://github.com/arcanedev-maroc
[link-github-repo]: https://github.com/ARCANEDEV/LaravelExcel
[link-github-issues]: https://github.com/ARCANEDEV/LaravelExcel/issues
[link-contributors]: https://github.com/ARCANEDEV/LaravelExcel/graphs/contributors
[link-packagist]: https://packagist.org/packages/arcanedev/laravel-excel
[link-travis]: https://travis-ci.org/ARCANEDEV/LaravelExcel
[link-scrutinizer]: https://scrutinizer-ci.com/g/ARCANEDEV/LaravelExcel/?branch=master
[link-insight]: https://insight.sensiolabs.com/projects/6e9ca73e-5b70-4d6f-b3ab-60b0df761b45