Page 1 of 1

Using data from textarea and creating a Word doc

Posted: Wed Jun 02, 2010 3:39 pm
by stom
I want to convert the data that is entered by the user in a textarea into a word document. I am using a mac, so I cannot use the COM functions provided by php. I am not sure what the other options are for creating a word doc. Please help asap...

Thanks

Re: Using data from textarea and creating a Word doc

Posted: Thu Jun 03, 2010 5:37 am
by markusn00b
You're going to have a helluva time doing it, but you can write the document in the Microsoft Office XML format. See this example.