This is a program that takes exelfile as a input calculates working hour and breaktimes.
Through various image processing techniques combined with numpy arrays and unity simulation platform
- Take Input Exel file (extension must be 'xlsx')
- Copy all name surname date and day
- Calculates the eachday entering and quitting time
- Calculate the Break Time (Biggest time)
- Last Column is Working Hour
- This project developed using java 8
- Java 8
- Apache Poi
- Common-cli
To run the program:
Go to out\artifacts\FingerPrint_jar
path
Double click on FingerPrint.jar
file
It shows a window and give a input file
Double click on the output file
Last day is not works properly because read the line with iterator it can not add the last field of day.