This function doesn't return an value but modifies object `wb`
update_wb(wb, data)
a workbook object created with openxlsx::loadWorkbook()
a named list of data.frames Each name correspond to a worksheet name to update Each data.frame column is corresponding to a column name in wb
invisible(0)