An open API service indexing awesome lists of open source software.

https://github.com/triformine/uca-edt-parser


https://github.com/triformine/uca-edt-parser

hacktoberfest

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# UCA EDT Parser
This parser is used to convert EDT sent as xlsx file, to a usable json file for our project: [UCA EDT](https://github.com/triformine/uca-edt)

# How to use?
1. Download the repo.
2. `yarn install`.
3. Copy/Move your schedule xlsx into the same directory as `edt.xlsx`.
4. Copy/Move your group xlsx into the same directory as `groupe.xlsx`.
5. `yarn groupe` and `yarn edt` to generate the corresponding json files.
6. Enjoy the `parsed.json` and `parsedGroupe.json` files.