when i export excel file in R using open xlsx package
if i open excel file it's shown these message:
"We found a problem with some content <nnnn>.xlsx. Do you want us to try and
recover as much as we can?"
i think this issue come from Openxlsx package,
this is my code
openxlsx::write.xlsx( df, file = "NG.xlsx" , sheetName = "df" , col.names =
TRUE , row.names = FALSE )
how can i solve this problem in R ?