After creating the .XLS to .CSV feature, I decided to expand my application to just create the Excel Spreadsheet as an XML, which is more useful for those who use BizTalk.

I’ve added the following functionality:

1. Translate the 1st sheet only.

2. Create the XSD Schema for the XML of the 1st sheet

3. Create multiple XML files for each sheet in the .XLS

4. Create one XML file for all sheets in the .XLS with each sheet as a child record of a parent node <Sheets>

If you’d like a copy, email me.

Here is a screen shot of the newest feature.