Bug 63618 - Support changing MailMerge ConnectString
Summary: Support changing MailMerge ConnectString
Status: NEW
Alias: None
Product: POI
Classification: Unclassified
Component: XWPF (show other bugs)
Version: 4.0.x-dev
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-29 15:53 UTC by Rabea Gransberger
Modified: 2019-07-29 15:53 UTC (History)
0 users



Attachments
Mail merge editing example (3.12 KB, text/x-csrc)
2019-07-29 15:53 UTC, Rabea Gransberger
Details

Note You need to log in before you can comment on or make changes to this bug.
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.