Download the PHP package fdmsantos/exceltofiles without Composer
On this page you can find all versions of the php package fdmsantos/exceltofiles. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package exceltofiles
Excel to files
fdmsantos/exceltofiles
is a simple library to create files by excel row based on a template.
How To Use
We need Give a Template File and The Excel File.
Template File Example:
`
Excel File Example:
A | B | C |
---|---|---|
Fabio | Portugal | 31 |
John | Spain | 23 |
Peter | England | 65 |
Code Example:
The result from code above will be :
File 1: `
File 2: `
File 3: `
Optional Params: `
Closures:
If the template variables have same logical or depends from two or more columns, we can use closures.
`
All versions of exceltofiles with dependencies
PHP Build Version
Package Version
Requires
nuovo/spreadsheet-reader Version
^0.5.11
The package fdmsantos/exceltofiles contains the following files
Loading the files please wait ....