Re: [symfony-users] Using sfPHPExcelPlugin in Symfony 1.4

2010-05-17 Thread ReynierPM
Hi Deepak: As the error says you have missing the handler or maybe the config file. Try this: 1) Under apps/[application_name]/config create a file called phpexcel.yml and setup the parameters like this example: all: meta: creator: title: subject: description: keywords:

[symfony-users] Using sfPHPExcelPlugin in Symfony 1.4

2010-05-17 Thread DEEPAK BHATIA
Hi, I downloaded the sfPhpExcelPlugin-1.0.3.gz and installed in the C:\development\sfprojects\jobeet\lib\vendor\symfony\lib\plugins\sfPhpExcelPlugin I updated the ProjectConfiguration.class.php enablePlugins(array('sfPropelPlugin','sfPhpExcelPlugin')); } } But I get the following error in th