Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default export xml source mapping

I would like to export my excel worksheet to xml. For example, my
excel data looks like this.

Color Grade
Red A
Blue C
Green B

And I would like the XML to look like this:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?
<colorGradeTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<color <valueRed</value </color
<grade <valueA</value </grade
<color <valueBlue</value </color
<grade <valueC</value </grade
<color <valueGreen</value </color
<grade <valueB</value </grade
</colorGradeTable

But, when I try to map the worksheet data to the source file it will
only map the single items, not a list of items. For example, I can get
example for Red A.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
export re-order input fields to export file [csv] madisonpete Excel Worksheet Functions 0 November 30th 07 03:51 PM
Export Data to CSV without closing source workbook Connie Excel Programming 10 October 9th 06 06:58 AM
How change link source in long formula when source moved Irina Excel Programming 4 June 28th 06 07:27 AM
Using Excel's XML mapping/export with data organized in columns DaveWhatmuff Excel Worksheet Functions 0 June 16th 05 06:53 PM
Mapping Tables.Fields from a data source to my MS Access Table Structure Mark Roach Excel Programming 0 April 9th 05 11:03 PM


All times are GMT +1. The time now is 12:31 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"