ur client side flex application cant write a doc file directly on to your client side file system, for this you need to have some sort of server code written in any server side language which when invoked gives you an open or save on the fly dialog for your file, this is the easiest solution of all...for more check this thread out http://stackoverflow.com/questions/755342/flex-write-file
thanks saurabh On Tue, Oct 6, 2009 at 3:48 PM, Varun Bajaj <[email protected]> wrote: > If you are using any server side tech then either send data from flex to > server as arguments and use server side tech or after ms-office 2003, office > supports ooXml which is a IEEE standard in itself. so try to grill about it > (if clientele prefers windows or mac). > > > On Tue, Oct 6, 2009 at 10:25 AM, surendra <[email protected] > > wrote: > >> >> Hi , >> >> I want to export data to Word Document with my own data format like >> >> Address1, >> Address2, >> state, >> city. >> >> like that 3 cols and 10 rows in word document. >> Can any one suggest me any sites or examples regarding this. >> >> Thanks in advance, >> surendra. >> >> >> > > > > -- www.saurabhnarula.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" 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/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

