Three (3) Methods to Convert Spreadsheet DATA to XML - Using Google Docs or Microsoft ACCESS or Microsoft Excel

Method 1: Using Google Docs

XML-XSLT] How to Convert a Google Spreadsheet into JSON XML and MySQL :

http://otherfancystuff.blogspot.com/2009/05/how-to-convert-google-spreadsheet-into.html

http://pamelafox-samplecode.googlecode.com/svn/trunk/spreadsheetsconverter/spreadsheetsconverter.xml

Method 2: Using Microsoft Excel

  1. CREATE an XML template for your spreadsheet data.
    INCLUDE at least two (2) rows of data.
  2. Import CSV data into EXCEL as TEXT. [IMPORTANT! Dates/currencies will not convert correctly.]
    1. OPEN new document/spreadsheet
    2. VIEW XML data

Method 3

  1. IMPORT data (from .csv) into a new Access database/table
  2. SELECT 'External Data' --> 'Export' --> 'More' --> 'XML file'
  3. ACCEPT default options in 'Export XML' dialog box ['Data (XML)' 'Schema of the data (XSD)']
  4. REVIEW new file .XML
    1. Step 1
    2. Step 2
    3. Step 3
    4. Step 4
    5. http://www.aspfree.com/c/a/Microsoft-Access/Exporting-XML-from-MS-Access-2003/