openxml - How can I use an existing styles.xml without writing code to recreate it -


i'm generating word document using open xml sdk. right have function generates style definitions in code. since these styles going change infrequently , have no real meaning code there way can include existing styles.xml in wordprocessing document? overload of style constructor accepts string containing xml throws exception when feed existing file.


Comments