Download the PHP package silverslice/excel-template without Composer
On this page you can find all versions of the php package silverslice/excel-template. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download silverslice/excel-template
More information about silverslice/excel-template
Files in silverslice/excel-template
Download silverslice/excel-template
More information about silverslice/excel-template
Files in silverslice/excel-template
Vendor silverslice
Package excel-template
Short Description Replace variables in xlsx document
License MIT
Package excel-template
Short Description Replace variables in xlsx document
License MIT
Please rate this library. Is it a good library?
Informations about the package excel-template
Easy tool for replacing variables in xlsx documents
Why
If you try to create a simple template in PHPExcel, insert some data and save it as a new file, you will see that conditional formatting is missing. PHPExcel is not a library for editing workbook files: you're not using PHPExcel to change only one string in a file and save it in the same state.
Install
composer require silverslice/excel-template
Usage
Place variables in your xlsx-document as {foo}. Then replace them with replace
method.
All versions of excel-template with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
ext-zip Version *
ext-zip Version *
The package silverslice/excel-template contains the following files
Loading the files please wait ....