limanweb/xlsxwriter

Laravel extensions to to output an Excel compatible spreadsheet in (Office 2007+) xlsx format

Installs: 5 870

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

Type:package

v1.1.0 2023-12-08 08:52 UTC

This package is auto-updated.

Last update: 2024-04-08 09:46:10 UTC


README

This is extension for Laravel to easy and fast export data from array to Microsoft Excel file (.xlsx).

This extension based on XLSXWriter class from 'xlsxwriter.class.php' from project mk-j/PHP_XLSXWriter.

Code of original XLSXWriter class was refactored and modified to add new features:

  • Support for DateTime objects in data
  • Support for Carbon\Carbon objects in data