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
Using data from textarea and creating a Word doc
Moderator: General Moderators
- markusn00b
- Forum Contributor
- Posts: 298
- Joined: Sat Oct 20, 2007 2:16 pm
- Location: York, England
Re: Using data from textarea and creating a Word doc
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.