Re: data not write in excel sheet on server

2009-05-16 Thread Braindead

You should have a look at PHPExcel. It's a very good class for
creating Excel sheets on the fly.
http://www.codeplex.com/PHPExcel

Hope that helps.
Markus
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



data not write in excel sheet on server

2009-05-15 Thread Ranju

hello

Creating excel sheet with dynamic data and send email with excel shett
attachment. Its runing fine on localhost but on server create excel
sheet and go mail whith attachment but my excelsheet is blank my data
is not write in excelsheet .whet is problem . pls hep me

here my code

 mail sent to $to!";

  } else {
  echo "mail could not be sent!";
  }

  ?>


Thanks
Regards
Ranjana Srivastava


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