Menu

#1 Internationalization in Excel

open-fixed
nobody
None
5
2006-12-01
2006-12-01
Pander
No

Hello! You have error with internationalization in Excel.
Export to Excel is possible only in english. I used russian
data and got an unprintable text.
Fixing is very simple:

Connlon.java, Viewon.java:
------------------------------
replace:
theCell.setCellValue(itsValue);
to:
theCell.setEncoding( (short)theCell.ENCODING_UTF_16 );
theCell.setCellValue(itsValue);

Good Luck!
FFX

Discussion

  • Pander

    Pander - 2006-12-01
    • status: open --> closed-fixed
     
  • Pander

    Pander - 2006-12-01
    • status: closed-fixed --> open-fixed
     

Log in to post a comment.