export .net class to docx

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nightscorpion
    New Member
    • Jul 2008
    • 19

    export .net class to docx

    Hello Everyone ,
    im supposed to create a Customer with labels (name,add,Telnr ...)and textboxes(thoma s ,karsplatz,2342 3423423) in a windows form. i store all these data in a class (get/set methods)
    However the problem arises when i got to export this data into a docx format(i.e when i click on the button "import" the data from the windows form is exported to msword format) which has a table containing the contents of the customer .e.g

    NAME Thomas
    ADD Karlsplatz
    etc.....

    i wasnt able to find any code in .net c# when i could create a table in docx and export this data to the table ..so posted it here hoping that someone could help me out

    regards
    sonia
Working...