Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EMFSpreadsheetIO and Capella 1.4.0 #14

Open
Luffy-cpu opened this issue May 19, 2021 · 1 comment
Open

EMFSpreadsheetIO and Capella 1.4.0 #14

Luffy-cpu opened this issue May 19, 2021 · 1 comment
Labels

Comments

@Luffy-cpu
Copy link

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
Copy link
Owner

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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants