creating MS Word file on fly

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sbettadpur
    New Member
    • Aug 2007
    • 121

    creating MS Word file on fly

    hello everybody,

    i need some solution for creating ms word file on fly.

    Let me explain briefly, i have one standard template word document file i have to read the file and i have to insert database values into that file.

    is this possible if it is then please send me solution.

    i googled in the net but i am not getting proper information.

    thanks
  • developing
    New Member
    • Mar 2007
    • 110

    #2
    by 'creating', you mean 'reading'?

    open the template and go File >Save As
    save as .html and then view source...and then create a parser for reading the file
    its all pretty much xml

    Comment

    • sbettadpur
      New Member
      • Aug 2007
      • 121

      #3
      Thanks for your reply

      Let me explain what i understood from your explanation

      1) First i have to open word document file in MS-Word application their i have to save the file as html.

      2) Second you are telling that parse the html file

      After what i have to do can u explain me briefly.

      Comment

      Working...