Forum Moderators: coopster
i was wondering if there is a way to export the results of a php script to a .doc document instead of a webpage.
I can do thi kind of export with excel, but this is kind easy since you get colum/row results and populate corresponding cells.
Now, if i have large tables with images and styles, is it possible to export those in a .doc file?
Thanks for any help/suggestion
On there i formatted simple text and fonts (ms word parses all the fonts etc for you and displays). Although i have never tried it with complex table layouts or css.
I would presume it would work in the same way.
Ally
Scally_Ally:
it "partial" works, but without css styles. And any images must have an absoloute path (http://www.example.com/images/somefile.jpg.). This will be my final solution, if i cant find anything else.