ycphs / openxlsx

openxlsx - a fast way to read and write complex xslx files
https://ycphs.github.io/openxlsx/
Other
220 stars 73 forks source link

Preserve window size and position, also get and set #466

Open michael-dewar opened 3 months ago

michael-dewar commented 3 months ago

This PR will preserve the size and position of the window when you open the xlsx in Excel. There are also functions to set and get directly.

I had earlier created a PR #383, but it got hopelessly out-of-date with the changes to the package. I closed that old PR and created this new one. My hope is that this will allow a cleaner merge, assuming people find this PR useful.