RE: spreadsheet_excel_writer and cakephp

2007-03-02 Thread Christian Winther [cwi.dk]
Debug = 0 -Original Message- From: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of floepi Sent: 2. marts 2007 17:40 To: Cake PHP Subject: Re: spreadsheet_excel_writer and cakephp I have the same problem but i think it comes down to the little annotation in cake which

Re: spreadsheet_excel_writer and cakephp

2007-03-02 Thread floepi
I have the same problem but i think it comes down to the little annotation in cake which displays how long it took. or something. Does anyone now how to turn that off ? Cheers Phil On Jan 5, 2:12 am, "roman_coder" <[EMAIL PROTECTED]> wrote: > Here is some code. I also have the path topear

Re: spreadsheet_excel_writer and cakephp

2007-01-04 Thread roman_coder
Here is some code. I also have the path to pear in the vendors directory in my include path. .;C:\Program Files\xampp\htdocs\mem\vendors\Pear Call from within view: addWorksheet(); //Set Column Zoom to 75% $worksheet->setZoom(75); //Set Column Sizes $worksheet->setColumn(0,0,4.43); // Creat

Re: spreadsheet_excel_writer and cakephp

2007-01-04 Thread gwoo
are you sending the correct content type headers? paste some code and we may be able to help. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegr

spreadsheet_excel_writer and cakephp

2007-01-04 Thread roman_coder
Hi All, Has anyone gotten Pear's spreadsheet_excel_writer to work with cakephp? If I use it outside of cake it works fine (excel file is outputted and formatted correctly) but when I include it in the vendors directory and call it through cake the excel file is returned but the content of the sp