T
thierryk
Guest
Hi, The needs of a project, brought me to use openXMl library. Basically, i'd like to create a new Word Document (docm) in which I inject body and macros from another document. I'm stuck in this task because of ABL restrictions. ABL doesn't support generic collections and then some .NET methods are not accessible. Like for example the method that adds a new part to a document. VbaProjectPart vbaProjectPart1 = mainPart. AddNewPart ("rId9"); // C# code Is there a workaround in ABL or should I go for an external solution (C# dll) ? Best regards.
Continue reading...
Continue reading...