obdasystems / eddy

A graphical editor for the specification and visualization of Graphol ontologies
GNU General Public License v3.0
57 stars 7 forks source link

Migrate from XlsxWriter to openpyxl #192

Closed mnamici closed 2 years ago

mnamici commented 2 years ago

This change only affects the annotations exporter, and is required in anticipation of the creation of a metadata loader.

Given that xlsxwriter does not support reading existing Excel files, it is better to migrate to a different library, since carrying two dependencies just for working with Excel files is a bit overkill.