My web app uses the Java Excel API 2.6.10 (http://jexcelapi.sourceforge.net/) to generate .xls spreadsheets dynamically. The user clicks a link and can either open or save the spreadsheet. Works fine.
The slight annoyance is that when the spreadsheet opens, it is pretty small (in terms of its physical width x height dimensions) and the user always has to resize the sheet manually.
Is there a way to specify that I want the spreadsheet to have some given width and height when the user opens it? I'm guessing that either the API allows me to specify the initial dimensions or else there's some way to pass that information with the HTML link itself, but I'm not seeing anything.