Connecting Tech Pros Worldwide Help | Site Map

Write to xml

  #1  
Old November 17th, 2008, 04:35 PM
webmaniac
Guest
 
Posts: n/a
Hi Is there a way to open an excel file & write its content to an XML
file.
  #2  
Old November 17th, 2008, 04:45 PM
Martin Honnen
Guest
 
Posts: n/a

re: Write to xml


webmaniac wrote:
Quote:
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/
  #3  
Old November 17th, 2008, 06:05 PM
webmaniac
Guest
 
Posts: n/a

re: Write to xml


On Nov 17, 11:42 am, Martin Honnen <mahotr...@yahoo.dewrote:
Quote:
webmaniac wrote:
Quote:
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?
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Write to XML with C# Mike answers 3 October 30th, 2007 03:35 AM
read / write to XML file, or better way to update XML Maileen answers 2 November 21st, 2005 08:41 PM
read and write to xml jaYPee answers 1 November 20th, 2005 06:21 PM
Write to XML file client side reclusive monkey answers 18 August 12th, 2005 12:05 PM