A .NET app to generate a list of subscribers of a symposium that have signed a given number of attendance lists.
This project was created with the aim of help a symposium organizing committee to fast check the subscribers who attended the minimum number of lectures.
-
Download a stable Release.
-
Extract the folder.
-
Open the
BiomedSympCertificate.exe
file.
First, set the minimum number of lectures a subscriber should have signed the list. Then, click on the button to select the spreadsheets files to import.
The extensions supported are: *.xls; *.xlsx
The spreadsheets should have the following format:
- Four columns;
- First line is the column header;
- First column has a Datetime format (sign datetime);
- Second column has a string format (name);
- Third column has a string format (e-mail);
- Fourth column has a string format (registration number).
The output file will be available at the same directory of the spreadsheets imported.
To Thayane Santos Silva, for the inspiration for this project and the time spent answering my questions.
This project was developed with the following technologies:
PRs and stars are always welcome.
To ask a question, please contact me.
Licensed under MIT license.