Description
If some data is deleted from a workbook via deleteData, the workbook can not be saved due to the following error:
Error: invalid assignment for reference class field ‘cols’, should be from class “integer” or a subclass (was class “numeric”)
Explicitly setting the cols argument to integer does not resolve the problem.
Description If some data is deleted from a workbook via
deleteData
, the workbook can not be saved due to the following error:Error: invalid assignment for reference class field ‘cols’, should be from class “integer” or a subclass (was class “numeric”)
Explicitly setting the cols argument to integer does not resolve the problem.To Reproduce
Additional context R version 4.3.3 (2024-02-29 ucrt) openxlsx_4.2.5.2