Kyle-Falconer / Court-Scheduler

3 stars 2 forks source link

CourtSchedule.java file I/O helper class #2

Closed Kyle-Falconer closed 10 years ago

Kyle-Falconer commented 10 years ago

The xlsx I/O should not be contained within CourtSchedule.java and should be factored out into its own class.

pkmccroskey commented 10 years ago

I'll take care of the Output part

stardustspeedway commented 10 years ago

This has been done for a while-- I forget who did it, but it's now in CourtScheduleIO.java.

Kyle-Falconer commented 10 years ago

It was mostly Pat (I helped some) who factored out the bulk of the code into the CourtScheduleIO class.