Create new make target sync_xlsx
Checking in an XLSX spreadsheet into CPONT repo does not work, as @james told us multiple times.
We need to adopt his https://github.com/obi-ontology/obi/blob/master/src/scripts/xlsx2tsv.py script
Integrated like this in a makefile: https://github.com/obi-ontology/obi/blob/master/Makefile#L130
Concrete steps:
- Copy the xlsx2tsv script from OBI repo to src/scripts/
- Create new make goal in src/ontology/cpont.Makefile called
sync_xlsx
that calls the script, get inspired here: https://github.com/obi-ontology/obi/blob/master/Makefile#L130 - Run test:
run.bat make sync_xlsx
should collect all the tables managed by the xlsx as sheets into the xlsx file - Make merge request and assign me as a reviewer
Edited by nicolas.matentzoglu