导出到页面的 Excel 样式类

发布于 2024-09-18 13:30:32 字数 408 浏览 3 评论 0原文

我通过将内容类型设置为“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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文