liuggio / ExcelBundle

Excel integration in Symfony2 thanks to https://github.com/PHPOffice/PHPExcel library
www.welcometothebundle.com
MIT License
369 stars 142 forks source link

ExcelBundle on Symfony 4.0 #127

Open rgomgar opened 6 years ago

rgomgar commented 6 years ago

Hi, I am using ExcelBundle in a Symfony 3.4 project and I would like to upgrade it to the Symfony 4.0 version. I am trying it but there is an error during updating because ExcelBundle requires "symfony/framework-bundle" 2.6 or 3.0. Is there a way to solve it right now to use it in Symfony 4.0?

Thanks!

binhle410 commented 6 years ago

Just fork it and set up a VCS Repo.

alarcia commented 6 years ago

@binhle410 Could you elaborate on what you mean by that, please? Thank you :)

binhle410 commented 6 years ago

@alarcia here is what I mean https://getcomposer.org/doc/05-repositories.md#loading-a-package-from-a-vcs-repository

You dont have to wait for the proj owner or contributor/maintainer, just fork it, fix it and use it.

mehmetsen80 commented 6 years ago

Even I'd fork, I don't know how to fix it for Symfony 4.0. We are using this library heavily, wish they upgraded it sooner for Symfony 4.0.

Valegar commented 6 years ago

@mehmetsen80 This project is just a little wrapper around the PHPExcel library that is deprecated, use the next version PhpSpreadsheet directly with the new fancy auto-wiring of Symfony 4 :heart_eyes:

webdevilopers commented 4 years ago

@rgomgar Hope this helps: