ONLYOFFICE / DocumentServer

ONLYOFFICE Docs is a free collaborative online office suite comprising viewers and editors for texts, spreadsheets and presentations, forms and PDF, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
https://www.onlyoffice.com
GNU Affero General Public License v3.0
4.81k stars 1.08k forks source link

mailmerge broken starting from documentserver v7.2 #2134

Closed aol-nnov closed 10 months ago

aol-nnov commented 1 year ago

This issue is unique.

Operating System of DocumentServer

Docker

Version information

7.2, 7.3

Expected Behavior

The data and document template are combined together resulting in a merged document

Actual Behavior

document template is returned as mailmerge result. fields are not substituted

Reproduction Steps

please find the minimal example attached

Additional information

v7.1 works as expected

aol-nnov commented 1 year ago

mailmerge-broken.zip

usage hints:

npm install

bash ./start_docserver.sh 7.2
node ./server.js
node mailmerge.js

teardown:

bash ./stop_docserver.sh

find merge results in MailMergeResult.docx

aol-nnov commented 1 year ago

2128 may be related to this one

XDmitryK commented 10 months ago

This fixed in version 7.3.3 or later, issue 61300 and 59709. If this problem still exists, you can reopened this issue.

Rita-Bubnova commented 10 months ago

I close this issue. Feel free to comment or reopen it if you got further questions.

aol-nnov commented 10 months ago

Hello!

I've just checked against the following official docker images (onlyoffice/documentserver from hub.docker com)

And I can confirm that this issue has been resolved. Thank you so much!

Nevertheless, #2135 is a real show-stopper now!.. I'd be extremely glad if that one will be resolved any time soon too!

Worth to mention that while checking this issue I've also checked #2135 with actual desktop editors version: 7.5.1 (543) x86_64 on MacOS 13.4.1