visual-studio-2008ms-wordxsdopenxmlxbrl

MS-Word to iXBRL


I need to develop a MS-Word plug in application using VS2008 that converts a docx file having content controls to iXBRL format. iXBRL format is a relatively new financial statement standard.

Are there any APIs to help me out or can anyone give me idea to go ahead with it?


Solution

  • Save the file as an html file and edit the tags using XML DOM in C#. But as I'm new to C# I'm not really aware how to do it efficiently.