Class Schedule Maker

The Class Schedule Maker program is a Java console application which takes a .csv file formatted similarly to Southville International School and Colleges' Registration Form and converts the file into a formatted, color-coded .xlsx Excel schedule file. It uses the Apache POI library for the Excel file creation.

This program was created as a project for my Object-Oriented Programming class in Southville International School & Colleges. You can access this program's codebase through this  GitHub repository.