Feature #2163
Mis à jour par Sebastien Jacquot il y a plus de 8 ans
h3. Solution 1
* create an extension point as org.txm.core.results.exporter with attributes:
** String resultClass => TXMResult runtime class name that the exporter support, eg. org.txm.concordance.results.Concordance
** String outputFormat => CSV, TXT, etc. (like for the extensions SWT Chart Components and Chart Creator )
** lazy check the installed contributions for the selected result (resultClass) in the export dialog box and add the output/file formats to combo box
* each core plug-in will define their own exporters (or not)
Note:
Currently data is exported only in CSV format (sep = ',').
Spreadsheet software interpretation of the CSV format varies with the operating system (Windows, Linux, etc.) and the locale (interface language).
It is thus difficult to use for some users.
h3. Solution
Add ODS (Calc), XLSX (Excel) and TSV formats to the "data" export commands:
* ODS is easy to produce with odftoolit <https://incubator.apache.org/odftoolkit/mvn-site/0.8-incubating/simple-odf/apidocs/index.html>
* other jars are available for Excel
* TSV can be generated by current code or by another jar