[symfony-users] Re: help_sfPhpExcelPlugi

2010-05-20 Thread allel benbrahim
Hello
open sfPhpExcel.class.php in ProjectName/plugins/sfPhpExcelPlugin/
sfPhpExcelPlugin-1.0.3/lib/sfPhpExcel.class.php
and keep this code
?php

class sfPhpExcel extends PHPExcel
{
  public function __construct()
  {
parent::__construct();

//$this-getProperties()-
setCreator(sfConfig::get('ex_meta_creator'));
//$this-getProperties()-
setTitle(sfConfig::get('ex_meta_title'));
//$this-getProperties()-
setSubject(sfConfig::get('ex_meta_subject'));
//$this-getProperties()-
setDescription(sfConfig::get('ex_meta_description'));
//$this-getProperties()-
setKeywords(sfConfig::get('ex_meta_keyword'));
//$this-getProperties()-
setCategory(sfConfig::get('ex_meta_category'));
//$this-setActiveSheetIndex(0);
//
  }
}

test your exemple by using this ...php plugins/sfPhpExcelPlugin/
sfPhpExcelPlugin-1.0.3/examples_1_2/01simple.php and give me your
result
Buy


On 6 mai, 14:43, safa boubekri boubekri.s...@gmail.com wrote:
 hello

 because until now i dont resolve  the problem  of  export and import  excel
 file

 should you help me

 please

 thank you a lot

 --
 If you want to report a vulnerability issue on symfony, please send it to 
 security at symfony-project.com

 You received this message because you are subscribed to the Google
 Groups symfony users group.
 To post to this group, send email to symfony-users@googlegroups.com
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.com
 For more options, visit this group 
 athttp://groups.google.com/group/symfony-users?hl=en

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] Re: help_sfPhpExcelPlugi

2010-04-19 Thread Guilherme Veras
Hello maybe you can settle with something simpler.
My tip is http://snippets.symfony-project.org/snippet/364

On 19 abr, 17:04, safa boubekri boubekri.s...@gmail.com wrote:
 i do  it symfony cc

 but the same msg

 --
 If you want to report a vulnerability issue on symfony, please send it to 
 security at symfony-project.com

 You received this message because you are subscribed to the Google
 Groups symfony users group.
 To post to this group, send email to symfony-users@googlegroups.com
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.com
 For more options, visit this group 
 athttp://groups.google.com/group/symfony-users?hl=en

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en