Download the PHP package nagyatka/tableconverter without Composer
On this page you can find all versions of the php package nagyatka/tableconverter. 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 tableconverter
User documentation
To convert a table to another format you have to define 3 parameters:
- A decoder which tries to decode the original format
- A coder which will generate the new table
- An association rule which helps the converter to make an appropriate conversion
Simple examples
It inserts an xlsx file to mysql table using mysqli. It will use the xls header as column names of the mysql table:
It inserts an php array to mysql table using mysqli. It will use the array keys as column names of the mysql table:
Codecs
Codec classes contain the coder and decoder implementation for an appropriate format.
ArrayCodec
CsvCodec, XlsCodec, XlsxCodec
MysqliCodec
AssociationRule
All versions of tableconverter with dependencies
PHP Build Version
Package Version
Requires
phpoffice/phpspreadsheet Version
1.15.0
mk-j/php_xlsxwriter Version 0.32
phpunit/phpunit Version 7.4.0
mk-j/php_xlsxwriter Version 0.32
phpunit/phpunit Version 7.4.0
The package nagyatka/tableconverter contains the following files
Loading the files please wait ....