Write a table containing counts of fields per slide to a sheet in an Excel workbook.

write_summary_sheet(wb, summary_table, sheet_name = "Slide Summary")

Arguments

wb

An openxlsx Workbook from openxlsx::createWorkbook

summary_table

A data frame with columns for Slide ID and count.

sheet_name

Optional name for the worksheet.