You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Oladushek11
changed the title
When saving the file, the image from the header moves from header
When saving the file, the image moves from the header
Sep 27, 2024
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)
The text was updated successfully, but these errors were encountered: