Hi, I tried to save my formating excel file, but i discovered that the image is moved from the header to the body of sheet
The initial file:
The final file:
This is example for test test_problem.xlsx
To reproduce this problem you need to make this simple step:
wb <- loadWorkbook("test_problem.xlsx")saveWorkbook(wb,"test_problem.xlsx", overwrite = TRUE)
Hi, I tried to save my formating excel file, but i discovered that the image is moved from the header to the body of sheet
The initial file:
The final file:
This is example for test test_problem.xlsx To reproduce this problem you need to make this simple step:
wb <- loadWorkbook("test_problem.xlsx")
saveWorkbook(wb,"test_problem.xlsx", overwrite = TRUE)