在Excel页面上导出时的Java日期问题
我正在将报告从 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Excel 中日期的默认格式是什么?这很可能就是原因。
What is the default format of dates in excel? This is most likely the reason.