Skip to content

Commit

Permalink
Merge pull request #1958 from JustinWonjaePark/lge/contrib/feat_ui-ex…
Browse files Browse the repository at this point in the history
…port_spreadsheet

feat(export): Download results in spreadsheet (xlsx)

Reviewed-by: mishra.gaurav@siemens.com
Tested-by: mishra.gaurav@siemens.com
  • Loading branch information
GMishx committed May 31, 2021
2 parents efccd7f + 576bf4c commit 394150d
Show file tree
Hide file tree
Showing 6 changed files with 482 additions and 279 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -41,6 +41,7 @@ addons:
- php-zip
- php-xml
- php-mbstring
- php-gd
- poppler-utils
- p7zip
- p7zip-full
Expand Down
3 changes: 2 additions & 1 deletion src/composer.json
Expand Up @@ -27,7 +27,8 @@
"twig/twig" : "v2.12.5",
"twig/extensions" : "v1.5.4",
"guzzlehttp/guzzle": "v6.5.5",
"container-interop/container-interop": "v1.2.0"
"container-interop/container-interop": "v1.2.0",
"phpoffice/phpspreadsheet": "^1"
},
"require-dev" : {
"doctrine/instantiator" : "v1.0.5",
Expand Down

0 comments on commit 394150d

Please sign in to comment.