Skip to content

Tool used to convert the new standard .xlsx catalogue format to the old version. Note that this conversion is only applicable for the MTX catalogue. Moreover, if you need to edit or run this code, bear in mind that you will need also the Catalogue Browser project (https://github.com/openefsa/CatalogueBrowser)

License

Notifications You must be signed in to change notification settings

openefsa/xlsx-new-to-old-mtx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

European Food Safety Authority

XLSX (new version) to old MTX

This Maven project module, written in Java, can be used for converting old xlsx catalogue versions to the MTX catalogue.

Dependencies

All project dependencies are listed in the pom.xml file.

Import the project

In order to import the project correctly into the integrated development environment (e.g. Eclipse), it is necessary to download the project together with all its dependencies. The project and all its dependencies are based on the concept of "project object model" and hence Apache Maven is used for the specific purpose. In order to correctly import the project into the IDE it is firstly required to create a parent POM Maven project (check the following link for further information). Once the parent project has been created add the project and all the dependencies as "modules" into the pom.xml file as shown below:

<modules>

	<!-- dependency modules -->
	<module>module_1</module>
	...
	...
	...
	<module>module_n</module>
	
</modules>

Next, close the IDE and extract all the zip packets inside the parent project. At this stage you can simply open the IDE and import back the parent project which will automatically import also the project and all its dependencies.

Please note that the "SWT.jar" and the "Jface.jar" libraries (if used) must be downloaded and installed manually in the Maven local repository since are custom versions used in the tool ((install 3rd party jars)[https://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html]).

About

Tool used to convert the new standard .xlsx catalogue format to the old version. Note that this conversion is only applicable for the MTX catalogue. Moreover, if you need to edit or run this code, bear in mind that you will need also the Catalogue Browser project (https://github.com/openefsa/CatalogueBrowser)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages