导出到页面的 Excel 样式类
我通过将内容类型设置为“vnd.ms-excel”将 jsp 页面导出到 Excel。现在我想设置打开的 Excel 工作表的边距和页面大小。所以我在我的样式标签中使用了以下代码。
@page
{ margin:0.1in 0.0in 0.0in 0.1in;
mso-header-margin:0.1in;
mso-footer-margin:0.1in;
size: 15in 12in;
mso-page-orientation: landscape;
}
现在在打开的 Excel 中,边距已按上述设置,但页面大小和方向未设置。请让我知道我在这里缺少什么。
另请告诉我是否可以指定页面缩放比例以调整为正常大小的 85%。
谢谢!
干杯,迪娜
I am exporting a jsp page to excel by setting the content type to 'vnd.ms-excel'. Now i want to set the margins and page size for the opened excel sheet. so i am using the following piece of code withing my style tags.
@page
{ margin:0.1in 0.0in 0.0in 0.1in;
mso-header-margin:0.1in;
mso-footer-margin:0.1in;
size: 15in 12in;
mso-page-orientation: landscape;
}
Now in the opened up excel, the margins are set as mentioned, but the page size and orientations are not set. Please let me know what I am missing here.
Also let me know if I can specify scaling for the page to adjust to 85% of normal size.
Thanks!
Cheers,Deena
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论