elektro-potkan/nette-responses-spreadsheet

SpreadsheetResponse for Nette

v1.2.1 2021-09-21 12:41 UTC

This package is auto-updated.

Last update: 2024-04-21 16:37:58 UTC


README

Spreadsheet file response for apps based on Nette Framework (resp. nette/application package).

Usage

Inside the presenter render method:

$spreadsheet = new PhpOffice\PhpSpreadsheet\Spreadsheet();

$response = new ElektroPotkan\NetteResponsesSpreadsheet\SpreadsheetResponse($spreadsheet, 'filename.xlsx');
$this->sendResponse($response);

Author

Elektro-potkan git@elektro-potkan.cz

Info

Versioning

This project uses Semantic Versioning 2.0.0 (semver.org).

Branching

This project uses slightly modified Git-Flow Workflow and Branching Model:

License

You may use this program under the terms of either the BSD Zero Clause License or the GNU General Public License (GPL) version 3 or later.

See file LICENSE.