Installation
Table of contents
Requirements
- TYPO3 13.4 LTS or 14.3 LTS
- PHP 8.2, 8.3, 8.4 or 8.5
Install with Composer
composer require calien/xlsexport
Copied!
Activate the site set
The extension ships an example export as the site set XLS Exporter
(calien/xlsexport). Assign it to a site to make the example available on that site's pages:
config/sites/<my-site>/config.yaml
dependencies:
- calien/xlsexport
Copied!
The set delivers the example page TSconfig under mod.web_xlsexport. Replace it with your own
exports as described in Configuration. The backend module itself is always available under
Web > XLS Exporter and needs no set to work.