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)
- Version of openxlsx: 4.2.7.1
- Version of R: 4.3.2
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)