Inflectra Customer Forums: Merging word document to spira report (Thread) I need to append/merge the cover page in docx format to the exported spira report. kindly let me know if anyone has tried to achieve the same or has any idea on merging to spira report. Thanks en-US(C) Copyright 2006-2024 Inflectra Corporation.support@inflectra.com/Computers/Software/Project_Management//Computers/Software/Quality_Assurance/KronoDesksupport@inflectra.comhttp://www.inflectra.com/kronodesk/forums/threads120/Support/Forum/spirateam/reports/2482.aspxthreadId=2482Sagar Hosamath (shosamath@truedigitalsurgery.com)Merging word document to spira report I need to append/merge the cover page in docx format to the exported spira report. kindly let me know if anyone has tried to achieve the same or has any idea on merging to spira report. Thanks Mon, 30 Aug 2021 10:30:19 -04002021-09-02T09:05:06-04:00/Support/Forum/spirateam/reports/2482.aspxmessageId=4105Ilia Poliakov (ilya.polyakov@edetek.com) Try to write your own custom report where docx is formed by JavaScript. We are preparing complicate Try to write your own custom report where docx is formed by JavaScript. We are preparing complicated office docs that way as xslt is not so flexible as JS. Tue, 31 Aug 2021 14:36:53 -04002021-08-31T14:36:53-04:00/Support/Forum/spirateam/reports/2482.aspx#reply4105messageId=4106Ilia Poliakov (ilya.polyakov@edetek.com) releases=[]; releases.push({ releases=[]; releases.push({ id:xsltToNumber(' '), is_summary:xsltToBoolean(' '), name:xsltToString(' '), resource_count:xsltToNumber(' '), uihd:xsltToNumber(' '), apihd:xsltToNumber(' '), }); Here is an example. First part: we are combining XSLT+JS to fill JS variable. Second part: we are working with full JS power to get anything we need incl. word document to download. Tue, 31 Aug 2021 14:57:06 -04002021-08-31T14:57:06-04:00/Support/Forum/spirateam/reports/2482.aspx#reply4106messageId=4112D L (dennis.lardenoye@pie.nl) We are doing basically the same but without the Javascript. Purely based on XSLT, you can dynamic We are doing basically the same but without the Javascript. Purely based on XSLT, you can dynamically add the word formatting for almost any feature supported by Word (although stuff like signature boxes takes some extra tweaking to get right) Thu, 02 Sep 2021 09:05:06 -04002021-09-02T09:05:06-04:00/Support/Forum/spirateam/reports/2482.aspx#reply4112