Java Tool to generate some additional information based on the WorkingHours Windows Application. Edit the exported excel file from working hours and display vacation days, sick days and overtime. Repository contains IntelliJIdea Java Project.
mvn clean compile assembly:single
Build it as described above. Afterwards start the jar and specify your input and output files
java -jar WorkingHoursEdit-1.0-SNAPSHOT-jar-with-dependencies.jar input=InputFile.xlsx output=OutputFile.xlsx
If some errors occur during execution try to change your export settings in the WorkingHours App Settings should be as described in the following image: