我可以控制下载的 Excel 电子表格的物理尺寸吗?
我的 Web 应用程序使用 Java Excel API 2.6.10 (http://jexcelapi.sourceforge.net/)动态生成 .xls 电子表格。用户单击链接即可打开或保存电子表格。工作正常。
稍微有点烦恼的是,当电子表格打开时,它非常小(就其物理宽度 x 高度尺寸而言),并且用户总是必须手动调整工作表的大小。
有没有办法指定我希望电子表格在用户打开时具有给定的宽度和高度?我猜测 API 允许我指定初始尺寸,或者有某种方法可以通过 HTML 链接本身传递该信息,但我没有看到任何内容。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是否满足您的需要:
从以下网站找到它: http: //www.teamdev.com/downloads/jexcel/docs/JExcel-PGuide.html#AEN182
希望有帮助!
-贾斯汀
Does this do what you need:
Found it from this website: http://www.teamdev.com/downloads/jexcel/docs/JExcel-PGuide.html#AEN182
Hope that helps!
-Justin