I have an Excel spreadsheet that looks like:
spreadsheet http://img186.imageshack.us/img186/6495/exelf.jpg
I\'d like to convert this to some XML that looks l
Take a look at this Google result: http://social.msdn.microsoft.com/Forums/en-US/vsto/thread/b6e8a28c-6760-4e86-a1aa-e2ce9ec36380
Read the Excel file into a DataTable and use DataTable.WriteXml().
try File | Save As, filetype .xml