开发者

Java Date Problem while exporting on excel page

开发者 https://www.devze.com 2023-03-26 08:29 出处:网络
I am 开发者_如何学Goexporting report to excel from .jsp. The date viewed on jsp is in \"2010-06-30\" format.

I am 开发者_如何学Goexporting 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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消