-
Is there any way to control the window size of the Excel files exported from openxls2? Mine are alway very small. The first thing I need to do when they are opened is maximise the window. |
Beta Was this translation helpful? Give feedback.
Answered by
JanMarvin
Nov 9, 2022
Replies: 1 comment 3 replies
-
Hi @AnnePdM , thanks for asking. Unfortunately we do not yet provide an interface for this, but you can tweak 'windowsWidth' and 'windowHeight' this way: wb$workbook$bookViews <- '<bookViews><workbookView xWindow="0" yWindow="0" windowWidth="13125" windowHeight="6105"/></bookViews>' We use the defaults above, which might originate from |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
AnnePdM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @AnnePdM ,
thanks for asking. Unfortunately we do not yet provide an interface for this, but you can tweak 'windowsWidth' and 'windowHeight' this way:
We use the defaults above, which might originate from
openxlsx
(and non 4k retina displays). I was reminded by an open PR inopenxlsx
: ycphs/openxlsx#383