Skip to content

The Excel data parser

Luchesar ILIEV edited this page May 25, 2019 · 1 revision

The parser enables import of the data, stored in the supported set of spreadsheet templates, and accommodates different row-based, column-based or mixed organizations of the data.

Excel parser outline

See JSON Configuration syntax documentation.

Predefined JSON configuration files for the NANoREG templates are provided next to each Excel file, e.g. INVITRO/GENOTOXICITY/COMET.

For developers

Code available at https://github.com/enanomapper/nmdataparser

  • Maven dependency
<dependency>
  <groupId>net.enanomapper</groupId>
  <artifactId>nmparser</artifactId>
  <version>1.0.3-SNAPSHOT</version>
</dependency>

Usage:

Excel parser code

Clone this wiki locally