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

How to use the bundle #115

Open giasqui opened 7 years ago

giasqui commented 7 years ago

Hi,

I'm tring to use the liuggio/ExcelBundle (https://github.com/liuggio/ExcelBundle) on Symfony2.8 project.

I have correctly installed the bundle using the composer but I don't know how I can use the samples like FakeController.php and/or other.

Something missing to me because I'm new in Symfony and also because I've used php only for procedural development, not for object oriented.

Sorry for the dummy question but, may you help me to understand how I can use this bundle?

Some questions that I have in mind are:

which url i need to open in order to use the bundle? where the xls file must be in order to be read/write? etc...

Lot of thanks.

Regards.

RodolVelasco commented 7 years ago

Hey!

First you have to create a route that redirects you to the "FakeController". Create the FakeController.php file inside Controller folder and paste the code. Then try to enter to the url you specify in the routing. That's all.

giasqui commented 7 years ago

Thanks a lot! I'll try...

2017-07-03 18:40 GMT+02:00 Rodolfo Velasco notifications@github.com:

Hey!

First you have to create a route that redirects you to the "FakeController". Create the FakeController.php file inside Controller folder and paste the code. Then try to enter to the url you specify in the routing. That's all.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/liuggio/ExcelBundle/issues/115#issuecomment-312690853, or mute the thread https://github.com/notifications/unsubscribe-auth/AU3v67wJnP4cZ-zQcw2uahzJhAz76PRUks5sKRmHgaJpZM4NqfH6 .