In my case, my client explicity asked for an 'excel export feature'. I tried to do it in csv, but he didnt like it.
Exporting directly with a simple helper, I had the same results. Just work if I increase the memory for php. Seems not to have another way to do it. -- Renato de Freitas Freire [email protected] On Fri, Nov 19, 2010 at 11:36 AM, AD7six <[email protected]> wrote: > > > On Nov 19, 2:23 pm, Braindead <[email protected]> wrote: > > What about not using php_excel and writing Office XML using a simple > > helper? That's the way I do it and it's working quite well. Of course > > the helper has only a few features, but for simple exports that's ok. > > IMO/IME you're a squillion times better off exporting directly to csv > from the database and if it's needed writing a macro to import it in > excel. > > AD > > ref http://forums.mysql.com/read.php?79,11324,13062#msg-13062 > > Check out the new CakePHP Questions site http://cakeqs.org and help others > with their CakePHP related questions. > > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<cake-php%[email protected]>For > more options, visit this group at > http://groups.google.com/group/cake-php?hl=en > Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
