Skip to content

Commit

Permalink
added phpexcel (openemr#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Jun 3, 2017
1 parent 7388e0d commit a4968cb
Show file tree
Hide file tree
Showing 258 changed files with 114,356 additions and 56 deletions.
2 changes: 2 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
<delete dir="${dir.vendor}/phpmailer/phpmailer/examples" verbose="true"/>
<delete dir="${dir.vendor}/phpmailer/phpmailer/test" verbose="true"/>
<delete dir="${dir.vendor}/phpmailer/phpmailer/docs" verbose="true"/>
<delete dir="${dir.vendor}/phpoffice/phpexcel/Examples" verbose="true"/>
<delete dir="${dir.vendor}/phpoffice/phpexcel/unitTests" verbose="true"/>
<delete dir="${dir.vendor}/psr/log/Psr/Log/Test" verbose="true"/>
<delete dir="${dir.vendor}/rospdf/pdf-php/examples" verbose="true"/>
<delete dir="${dir.vendor}/smarty/smarty/demo" verbose="true"/>
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"twig/twig": "1.33.*",
"symfony/http-foundation": "2.8.*",
"vlucas/phpdotenv": "2.4",
"symfony/yaml": "2.8.*"
"symfony/yaml": "2.8.*",
"phpoffice/phpexcel": "1.8.1"

},
"require-dev": {
Expand Down
61 changes: 59 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

201 changes: 200 additions & 1 deletion vendor/composer/autoload_classmap.php

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vendor/composer/autoload_namespaces.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
'ZendXml\\' => array($vendorDir . '/zendframework/zendxml/library'),
'Twig_' => array($vendorDir . '/twig/twig/lib'),
'Svg\\' => array($vendorDir . '/phenx/php-svg-lib/src'),
'PHPExcel' => array($vendorDir . '/phpoffice/phpexcel/Classes'),
'FontLib\\' => array($vendorDir . '/phenx/php-font-lib/src'),
'Doctrine\\ORM\\' => array($vendorDir . '/doctrine/orm/lib'),
'Doctrine\\DBAL\\' => array($vendorDir . '/doctrine/dbal/lib'),
Expand Down
208 changes: 207 additions & 1 deletion vendor/composer/autoload_static.php

Large diffs are not rendered by default.

161 changes: 110 additions & 51 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2176,6 +2176,116 @@
"pdf"
]
},
{
"name": "symfony/yaml",
"version": "v2.8.20",
"version_normalized": "2.8.20.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "93ccdde79f4b079c7558da4656a3cb1c50c68e02"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/93ccdde79f4b079c7558da4656a3cb1c50c68e02",
"reference": "93ccdde79f4b079c7558da4656a3cb1c50c68e02",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"time": "2017-05-01 14:31:55",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "[email protected]"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com"
},
{
"name": "phpoffice/phpexcel",
"version": "1.8.1",
"version_normalized": "1.8.1.0",
"source": {
"type": "git",
"url": "https://github.com/PHPOffice/PHPExcel.git",
"reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
"reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
"shasum": ""
},
"require": {
"ext-xml": "*",
"ext-xmlwriter": "*",
"php": ">=5.2.0"
},
"time": "2015-05-01 07:00:55",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"PHPExcel": "Classes/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL"
],
"authors": [
{
"name": "Maarten Balliauw",
"homepage": "http:https://blog.maartenballiauw.be"
},
{
"name": "Mark Baker"
},
{
"name": "Franck Lefevre",
"homepage": "http:https://blog.rootslabs.net"
},
{
"name": "Erik Tilt"
}
],
"description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
"homepage": "http:https://phpexcel.codeplex.com",
"keywords": [
"OpenXML",
"excel",
"php",
"spreadsheet",
"xls",
"xlsx"
]
},
{
"name": "phing/phing",
"version": "2.14.0",
Expand Down Expand Up @@ -2268,56 +2378,5 @@
"task",
"tool"
]
},
{
"name": "symfony/yaml",
"version": "v2.8.20",
"version_normalized": "2.8.20.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "93ccdde79f4b079c7558da4656a3cb1c50c68e02"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/93ccdde79f4b079c7558da4656a3cb1c50c68e02",
"reference": "93ccdde79f4b079c7558da4656a3cb1c50c68e02",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"time": "2017-05-01 14:31:55",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "[email protected]"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com"
}
]
20 changes: 20 additions & 0 deletions vendor/phpoffice/phpexcel/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: php

php:
- 5.2
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

matrix:
allow_failures:
- php: hhvm

script:
- phpunit -c ./unitTests/

notifications:
email: false
Loading

0 comments on commit a4968cb

Please sign in to comment.