PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rene Korss   PHPExcel Formatter   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHPExcel Formatter
Extract data from Excel into arrays or MySQL
Author: By
Last change:
Date: 7 years ago
Size: 651 bytes
 

Contents

Class file image Download
{ "name": "renekorss/phpexcelformatter", "type": "library", "description": "PHPExcelFormatter is class to make it more simple to get data from Excel documents.", "keywords": ["PHP", "Excel", "format", "xlsx", "xls", "spreadsheet"], "homepage": "https://github.com/renekorss/PHPExcelFormatter", "license": "MIT", "authors": [ { "name": "Rene Korss", "email": "rene.korss@gmail.com", "homepage": "http://rene.korss.ee", "role": "Developer" } ], "require": { "php": ">=5.2.0", "phpoffice/phpexcel": "~1.8.0" }, "autoload": { "psr-4": { "RKD\\PHPExcelFormatter\\": "src" } } }