Heh, I had to do an export of some data a while ago, for a real life project. The request was PDF, Excel and CSV. CSV and PDF were easy (FPDF and..nothing), but when it came to Excel, I just couldn't find anything useful.
So I cheated. I just created a regular HTML file with an .xls extension and it worked. My assumption is that the same would work with any version of M$ word (just tried it on my machine and it worked). Don't bother too much, if it works, the end user won't see the difference. :-) On Feb 5, 7:29 pm, chad <[EMAIL PROTECTED]> wrote: > Does anyone have a suggestion for converting very simply styled html > (bolds, italics, underlines) to something that msword will read and > maintain the formatting? I've found some obscure html->rtf > converstion classes out there, but didn't know if I was missing > something obvious. The html is being genereated with fckeditor. > Thanks! > Chad --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
