Skip to content

Commit

Permalink
initialize empty row
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroldwong committed Jun 13, 2024
1 parent 41945fa commit faa309c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public static void buildRawAssignmentsSheet(Workbook wb, List<WorkloadAssignment

public void buildReportSheet(Workbook wb, List<WorkloadAssignment> workloadAssignments) {
Sheet worksheet = wb.createSheet("Workload Summary Report");
worksheet.createRow(0);

List<Object> instructorSectionHeaders =
Arrays.asList("Instructor", "Term", "Description", "Offering", "Enrollment / Seats",
Expand Down

0 comments on commit faa309c

Please sign in to comment.