Increase minimum required version of openxlsx2 to 1.23, which introduced the na argument used by wb_add_data_ext() and write_xlsx_ext().
read_xlsx_ext() now accepts vector file or sheet arguments to read multiple files or sheets, combined into a single data frame by default (controlled by the new combine, names_from, and names_to arguments). (2025-09-05)
read_xlsx_ext() now accepts a wbWorkbook object for file when the workbook has an existing file path. (2025-12-24)
wb_add_data_ext() gains a labels = "comments" option to add column labels as cell comments instead of an extra row. (2025-10-20)
Fix wb_add_data_ext()labels = "row_before" handling, which referenced the wrong object and did not handle missing labels. (2025-10-20)