https://github.com/triformine/uca-edt-parser
https://github.com/triformine/uca-edt-parser
hacktoberfest
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/triformine/uca-edt-parser
- Owner: TriForMine
- License: apache-2.0
- Created: 2022-09-05T09:52:16.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T10:48:24.000Z (about 2 years ago)
- Last Synced: 2024-05-01T17:33:01.708Z (about 2 years ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.