ExcelBundle icon indicating copy to clipboard operation
ExcelBundle copied to clipboard

How to use the bundle

Open giasqui opened this issue 7 years ago • 2 comments

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.

giasqui avatar May 30 '17 15:05 giasqui

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.

RodolVelasco avatar Jul 03 '17 16:07 RodolVelasco

Thanks a lot! I'll try...

2017-07-03 18:40 GMT+02:00 Rodolfo Velasco [email protected]:

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 .

giasqui avatar Jul 04 '17 07:07 giasqui