K
kelvinq
I wrote a Java Timestamp using myvariant.toString() which writes
2003-12-08 15:34:43.0
In a CSV (Comma seperated Values file) Excel reads most things OK
but it truncates the above string to
34:43.0
It seems that Excel doesnt like 2 colons in a string!!!
This bug occurs in Excel 97 & Excel 2000
Excel 2000 is WORSE:
if in Java I replace the first colon with 'z' then use a 'formula' in
Excel to
replace the 'z' with a colon I get back to a string which Excel97 can
recognise as Date (Actually a DateTime)
but Excel 2000 does NOT recognise the corrected field as a Date.
The Install routine for Office 2000 looked like it was written by
EAASL (English As A Second Language) migrants (from Eastern Europe?
Bangalore?)
I am glad I didnt pay for either version.
cheers
Kelvin
2003-12-08 15:34:43.0
In a CSV (Comma seperated Values file) Excel reads most things OK
but it truncates the above string to
34:43.0
It seems that Excel doesnt like 2 colons in a string!!!
This bug occurs in Excel 97 & Excel 2000
Excel 2000 is WORSE:
if in Java I replace the first colon with 'z' then use a 'formula' in
Excel to
replace the 'z' with a colon I get back to a string which Excel97 can
recognise as Date (Actually a DateTime)
but Excel 2000 does NOT recognise the corrected field as a Date.
The Install routine for Office 2000 looked like it was written by
EAASL (English As A Second Language) migrants (from Eastern Europe?
Bangalore?)
I am glad I didnt pay for either version.
cheers
Kelvin