Download the PHP package staffim/spreadsheet-builder without Composer
On this page you can find all versions of the php package staffim/spreadsheet-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download staffim/spreadsheet-builder
More information about staffim/spreadsheet-builder
Files in staffim/spreadsheet-builder
Download staffim/spreadsheet-builder
More information about staffim/spreadsheet-builder
Files in staffim/spreadsheet-builder
Vendor staffim
Package spreadsheet-builder
Short Description Small library for PhpSpreadsheet that helps to build xlsx tables by configuring data columns
License MIT
Package spreadsheet-builder
Short Description Small library for PhpSpreadsheet that helps to build xlsx tables by configuring data columns
License MIT
Please rate this library. Is it a good library?
Informations about the package spreadsheet-builder
Xlsx spreadsheet builder
Small library for PhpSpreadsheet that helps to build xlsx tables by configuring data columns.
Installation
Examples
Creating worksheet builder
building whole spreadsheet
building from template xlsx with placeholders (this example replaced {title}, {content}, {foo} placeholders to $data array values in A1:E2 range of cells)
template before
Result after
Working with html
Use \Staffim\SpreadsheetBuilder\RichTextToHtmlConverter
for converting html to
RichText
or vice versa:
See tests for more examples
All versions of spreadsheet-builder with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2|>=8.0
ext-dom Version *
ext-mbstring Version *
ext-json Version *
phpoffice/phpspreadsheet Version ^1.9
ext-dom Version *
ext-mbstring Version *
ext-json Version *
phpoffice/phpspreadsheet Version ^1.9
The package staffim/spreadsheet-builder contains the following files
Loading the files please wait ....