Bug 63618

Summary: Support changing MailMerge ConnectString
Product: POI Reporter: Rabea Gransberger <rgransberger>
Component: XWPFAssignee: POI Developers List <dev>
Status: NEW ---    
Severity: enhancement    
Priority: P2    
Version: 4.0.x-dev   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Mail merge editing example

Description Rabea Gransberger 2019-07-29 15:53:08 UTC
Created attachment 36687 [details]
Mail merge editing example

We use Word to let people edit documents with mail merge function.

On execution different input documents for the mail merge data source are used (in our case Excel files).

I'm editing the connectString and Odso.Udl with POI, but currently this is only possible with reflection and using the full ooxml-schema.

Please find attached some example code.