Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Concepts/Docx4j"

(Scout Runtime integration)
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
Line 1: Line 1:
[http://www.docx4java.org/ Docx4j] is a Java library to create Microsoft Office documents (docx, xlsx, ...). It can be used inside Eclipse Scout to create such documents.
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
== Scout Runtime integration ==
+
 
+
=== Excel ===
+
{{Note|TODO|Add a description, an example and a screenshot}}
+
 
+
=== Word ===
+
{{Note|TODO|Add a description}}
+
 
+
[[Image:Docx4j report generation.png]]
+
 
+
== Scout SDK integration ==
+
Docx4j is used in the {{ScoutLink|SDK|NLS Editor}} to import and export the list of translated files.
+
 
+
 
+
== How to install Docx4j support? ==
+
Doc4j can be installed with the Technologies checkboxes, in the {{ScoutLink|SDK|Object Properties View}}:
+
 
+
[[Image:Scout SDK Docx4j Support.png]]
+
 
+
 
+
== See also ==
+
* {{ScoutLink|HowTo/{{ScoutCurrentVersion}}|Creating Word Reports with Docx4j}}
+
* [http://www.docx4java.org/ Docx4j Homepage]
+
* [http://marketplace.eclipse.org/content/docx4j-eclipse-scout Docx4j for Eclipse Scout (Marketplace entry)]
+

Latest revision as of 06:15, 19 March 2024

The Scout documentation has been moved to https://eclipsescout.github.io/.

Back to the top