Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 830 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 830 Bytes

WorkingHoursEdit

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.

Build with Maven:

mvn clean compile assembly:single

Usage:

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

Troubleshooting

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: image