German numbers copy&paste JTable->Excel problem
hi audience,
this is the problem given:
German numbers ars comma delimitered and their thousends and hundreds are dot separated... quite the opposite to the English:-)
I can archive this display in a JTable using the NumberFormat
NumberFormat.getNumberInstance(Locale.GERMAN));
If I use the system's copy &paste functionality (ctrl-c & ctrl-v), to copy the JTable contents to MS Excel (German edition, uses comma delimiters & dot separators), the delimiters are ignored ... eg. 2.736,39 (ie: twothousendsevenhundredthirtysix dot thirtynine) turns into 273639...
Do you have any ideas?
Thanks in advance!!!
astiedl
ps: using 1.5 and WinXP

