在Excel页面上导出时的Java日期问题

发布于 2024-11-28 13:01:38 字数 154 浏览 2 评论 0原文

我正在将报告从 .jsp 导出到 Excel。在jsp上查看的日期是“2010-06-30”格式。 我想要 Excel 上的确切格式,但 Excel 文件上它自动更改为“6/30/2010”格式。我还尝试使用 java.util.Date API,仍然无法在 Excel 上获得相同格式的日期。

I am exporting report to excel from .jsp. The date viewed on jsp is in "2010-06-30" format.
I want the exact format on excel, but it got changed automatically to "6/30/2010" format on excel file. I also tried by using java.util.Date API, still unable to get same format date on excel.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

待天淡蓝洁白时 2024-12-05 13:01:38

但它在 Excel 文件上自动更改为“6/30/2010”格式

Excel 中日期的默认格式是什么?这很可能就是原因。

but it got changed automatically to "6/30/2010" format on excel file

What is the default format of dates in excel? This is most likely the reason.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文