awalker89 / openxlsx

R package for .xlsx file reading and writing.
Other
365 stars 78 forks source link

When saving the file, the image moves from the header #554

Open Oladushek11 opened 2 months ago

Oladushek11 commented 2 months ago

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: image

The final file: image

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)