Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redatargaoui/dataconverter
Data conversion functionality to integrate into the software used for autism detection research.
https://github.com/redatargaoui/dataconverter
apache-poi data dataconversion excel java
Last synced: 10 days ago
JSON representation
Data conversion functionality to integrate into the software used for autism detection research.
- Host: GitHub
- URL: https://github.com/redatargaoui/dataconverter
- Owner: RedaTargaoui
- Created: 2024-07-31T07:21:26.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-31T15:24:19.000Z (4 months ago)
- Last Synced: 2024-08-01T09:24:18.429Z (4 months ago)
- Topics: apache-poi, data, dataconversion, excel, java
- Language: Java
- Homepage:
- Size: 39.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data converter
## Description
This project is about a data conversion functionality to integrate into the software used for autism detection research.
## Overview
The program consists on of a home page where the user can select a folder and a file to launch the program.
![Sample Image](HomeView.png)## Entry files
Entry files are Excel files, first we have a directory that contains all the files we want to convert, here's an example
of what the entry files should look like:
![Sample Image](EntryFileExample.png)
Then we have another Excel file that should contain the data about patients, here's what the file should look like:
![Sample Image](PatientsFile.png)
**NOTE : The patient data file and entry files should all be in the same directory**## Output files
The output files will be stored inside a **Result** directory, here's what output files will look like:
![Sample Image](OutputFile.png)## Technologies Used
- ** Java 11 **.
- ** Apache POI ** : library used to manipulate Excel files.
- ** Swing **.## Contact
For any inquiries or suggestions, please contact [[email protected]](mailto:[email protected]).