Download the PHP package zuko/flex2cell without Composer
On this page you can find all versions of the php package zuko/flex2cell. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zuko/flex2cell
More information about zuko/flex2cell
Files in zuko/flex2cell
Download zuko/flex2cell
More information about zuko/flex2cell
Files in zuko/flex2cell
Vendor zuko
Package flex2cell
Short Description A flexible and efficient library for exporting data to Excel (XLS, XLSX) with support for mappings, formatters, and handling large datasets. Working with less dependencies, avoid future breaks & conclusions.
License MIT
Package flex2cell
Short Description A flexible and efficient library for exporting data to Excel (XLS, XLSX) with support for mappings, formatters, and handling large datasets. Working with less dependencies, avoid future breaks & conclusions.
License MIT
Please rate this library. Is it a good library?
Informations about the package flex2cell
Flex2Cell
Flex2Cell is a flexible and efficient PHP library for exporting data to Excel (XLS, XLSX) with support for headers, data mappings, formatters, and handling large datasets. It's dependent on the PhpSpreadsheet library.
Features
- Export data to Excel in XLS or XLSX format using Microsoft's format.
- Supports data from collections, Eloquent models, or multi-dimensional arrays alternative to
Eloquent\Collection::toArray()
format. - Allows custom column headers and mapping between data fields and Excel columns.
- Includes value formatting using transformers (e.g., formatting dates, transforming IDs to names).
- Supports hidden fields, meaning you can choose which fields should not appear in the export.
- Provides meta settings for the output file (e.g., author, title).
- Efficient memory usage when exporting large datasets.
- Supports partial exports with
replace
orappend
modes, allowing export in chunks. - Custom column and row merging rules.
Installation
To install the library, add it to your project via Composer:
Usage
Simple Export Example
Fluent API Usage
You can also use a fluent interface for more control:
All versions of flex2cell with dependencies
PHP Build Version
Package Version
The package zuko/flex2cell contains the following files
Loading the files please wait ....