Click here to Skip to main content
15,894,539 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
Hi,
I am new to the world of Office Add-Ins.
Here is what I am trying to do:
I would like to create an add-in that will:
1. Read column names of an open excel document (xls, xml, csv, etc).
2. Read the fields of a provided XSD XML schema file.
3. Map the fields to columns if they match exactly, otherwise show a message saying that certain columns were not found.

I believe the "Workbook.XmlMaps" Property is where I should dig, however I wonder if somebody already did something similar or can give me hints/pointers in the right direction.

Any help is appretiated.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900