Write to xml

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • webmaniac

    Write to xml

    Hi Is there a way to open an excel file & write its content to an XML
    file.
  • Martin Honnen

    #2
    Re: Write to xml

    webmaniac wrote:
    Hi Is there a way to open an excel file & write its content to an XML
    file.
    Excel can be automated by JScript in an HTML application or Windows
    Script Host script where you are also able to write to a file. So in
    that context you can do that.

    --

    Martin Honnen

    Comment

    • webmaniac

      #3
      Re: Write to xml

      On Nov 17, 11:42 am, Martin Honnen <mahotr...@yaho o.dewrote:
      webmaniac wrote:
      Hi Is there a way to open an excel file & write its content to an XML
      file.
      >
      Excel can be automated by JScript in an HTML application or Windows
      Script Host script where you are also able to write to a file. So in
      that context you can do that.
      >
      --
      >
      Martin Honnen
      http://JavaScript.FAQTs.com/
      Hi Martin,

      I can open excel file read that to an array, but How to create an XML
      file from that?
      Can you give some example?

      Comment

      Working...