PHPExcel - How to set default window size

I looked at the PHPExcel examples and tried to search the Internet, but I can’t determine how to set the window size when the spreadsheet first opens - the window is quite small, and I always have to resize it, which becomes a little tedious when you test new layouts: )

In case it matters, I create spreadsheets in Excel 5.0 format (for compatibility reasons).

Hope I missed something really obvious, but thanks for any help!

+5
source share
1 answer

In my experience, excel opens itself to the last size when it was closed cleanly. Try to open the file, maximizing it,

0
source

All Articles