Which programming language for a work scheduling app

Posted by Sassy_Pig@reddit | learnprogramming | View on Reddit | 23 comments

My work currently only uses excel to make everyone's work schedules and over time schedules. Everyone sends their availability in for the month and we just kind of plop them in where they fit. This has been prone to error and is difficult to ensure everyone is getting scheduled fairly. I want to build something that would loop through the list of employees and schedule them according to their availability but also keep the OT hours as close as possible for fairness. I would still need to post an excel spreadsheet for everyone to view. I checked out the FAQ and I'm still not quite sure which language would be best for something like this. I don't think it needs to be a whole desktop app, just something I could maybe get to make a CSV that I could then upload to excel. Thanks in advance!