Hi Jason,
Can you please help me on this issue. I have been struggling on this from last 2days.
I am trying to replace a text in an existing document with a Table that was created dynamically. But I getting data loss issue on this process.
Please find the attached documents "1329921086516_01-1000-14187.docx" original document.
public static void main(String[] aa) throws Exception
{
WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage
.load(new java.io.File(
"test-results/1329921086516_01-1000-14187.docx"));
MainDocumentPart documentPart = wordMLPackage.getMainDocumentPart();
String ...

News of Forums