Results 1 to 3 of 3

Thread: How to convert from excel file to xml

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2007
    Posts
    241

    Thumbs up How to convert from excel file to xml

    Hi guys

    I am in trouble.I am using Asp.Net.I have some data in excel file.

    Now i convert this data from excel file to xml format.

    Is any idea if u have, tell me.

    I hope urs reply and awaiting for that.

    Thanks

    Failing to plan is Planning to fail

  2. #2
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    Re: How to convert from excel file to xml

    I could think of way:

    Connect to excel file and load the desired data into a DataSet. Then use the WriteXML() method of DataSet to create XML file with this data.

    You can also search for XSL techniques for the same.
    Show Appreciation. Rate Posts.

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: How to convert from excel file to xml

    Funnily enough, there was an article for the second part of the answer there too.

    http://msdn.microsoft.com/library/de...ntodataset.asp

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width