jpequery / EMFSpreadsheetIO

Engine to import export from XLSX files to EMF model.
Other
1 stars 2 forks source link

EMFSpreadsheetIO and Capella 1.4.0 #14

Open Luffy-cpu opened 3 years ago

Luffy-cpu commented 3 years ago

Hello,

I'm trying to use EMFSpreadsheetIO in order to import/export customized excel files into/from my Capella model, but I can't make the addon work. Is it because of my Capella version (I'm using the 1.4.0 version) ? When trying to import/export, the following message appears. image

Can anybody help me resolving this problem, please ?

Thanks in advance.

jpequery commented 3 years ago

Hi,

The 0.5.1 version is supposed to work with capella 1.4.2, but 1.4.0 might be OK. For your error, it seems the SpreadsheetIO plugin is installed, but its requirement, POI, is missing.

POI is an apache library to read and write MS Office fils in java. For ecosystem simplification, I'm using the POI packaged by Obeo for the m2doc project, it simplify the deployment of m2doc and EMFSpreadsheetIO on the same capella installation.

I just test it this morning, and I use POI 4.10 available in m2doc 3.1.1, and it works.

https://s3-eu-west-1.amazonaws.com/obeo-m2doc-releases/3.1.1/repository

source : https://www.m2doc.org/download/

best regards;