You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Can anybody help me resolving this problem, please ?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
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.
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.
Can anybody help me resolving this problem, please ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: