-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Replaced FastODS with SODS #8
Replaced FastODS with SODS #8
Conversation
Signed-off-by: Michael H. Siemaszko <[email protected]>
- Specialized EMF ODS resource - References traceable via IDs and (optionally) links - Additional export options - Additional metadata - Documentation - Various fixes & improvements Signed-off-by: Michael H. Siemaszko <[email protected]>
Signed-off-by: Michael H. Siemaszko <[email protected]>
Signed-off-by: Michael H. Siemaszko <[email protected]>
- Added support for links after having added this new feature to SODS library - Added support for mapping tables - Various fixes & improvements Signed-off-by: Michael H. Siemaszko <[email protected]>
Attached please find examples of generated ODS files - those three cases are explained in their file names. Please clarify if having links compatible with Excel (please verify yourself - ODS files attached) still requires a separate exporter for Excel, or this is sufficient. testBasicPackageExport11684183219405744071.addMappingTable-disabled&generateLinks-enabled.ods |
emf-ods-exporter-sods Signed-off-by: Michael H. Siemaszko <[email protected]>
Merge conflicts are resolved now, ready to merge. Please clarify:
|
In the attached ODS, I added an example of how I think it could look like for the Family Metadata. |
Signed-off-by: Michael H. Siemaszko <[email protected]>
@juergen-albert "Metadata documentation improvements" commit contains required changes. Attaching generated ODS files. There are two models used in the integration test - one of them, testBasicPackageExport5213785929955836613.no-metadata-docs-in-model.ods |
Replaced FastODS with SODS
Replaced FastODS with SODS
Replaced FastODS with SODS
@juergen-albert @stbischof
As per request, due to licensing issue with FastODS, I have replaced it with SODS (https://github.com/miachm/SODS).
Except for features which SODS is currently missing, everything works as with previous version.
Missing features are:
TextBuilder
/Paragraph
must be added to SODS, or at least respecting CRLF and outputting such on new lines;SODS library was wrapped and added to local repository as there is no release version yet with proper OSGi manifest headers.
I’ve noticed Stefan is working on SODS project – there was a recent pull request from Stefan merged into SODS (https://github.com/miachm/SODS/commits/master). Are you perhaps working on adding those missing features to SODS or should I take care of this?