Hi, I am using HSSFDataFormatter to read date values as a string. My aim is to read a string that is as close to the Excel representation as possible.
This basically works - I can see that HSSFDataFormatter reacts differently to different date formats. However, when I would expect to receive a string like "3. Januar 2014", instead I get "3/ Januar 2014". Any suggestions what could be wrong here? Please let me know if you would like to see a more specific example. If anyone would like to comment on how this actually works under the hood, this would also be of great help. My guess is that there is an interpreter for excel format strings, such as "dd/mm/yyyy hh.mm"? Best Kilian --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@poi.apache.org For additional commands, e-mail: user-h...@poi.apache.org