I'm using POI 3.0.1 and I found my problem ... my data were in MyISAM table but not in UTF-8 format ... that was the only problem !
Thx Julien 2008/1/14, Nick Burch <[EMAIL PROTECTED]>: > > On Sat, 12 Jan 2008, KiLiCoOl wrote: > > I need to generate excel file with POI in UTF-8 format ! > > How can I do this because for moment, all characters wrote in UTF-8 like > > Ελλάς (google in GR) I saw in excel are ????? > > Make sure you're using 3.0.1, or ideally 3.0.2 beta 2. There were lots of > unicode related fixes since 2.5 > > Also, ensure you're correctly passing your unicode data into java. First > up, try just hard coding the character code points into your java code (eg > \u1234), and only when that works read that data in from outside > > Nick > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- ~~ |>(((((°> ~ ~~ ~ Ki<(°_^)>Li ™
