Hi, Could you try to do it using latest version of POI, available at http://encore.torchbox.com/poi-cvs-build/ ?
Best regards, Sergey On Tue, Aug 9, 2011 at 7:41 AM, Scott Zhang <[email protected]> wrote: > Hello. > I am using POI library to read/write text from word2003 files. > I use > range = document.getRange(); > system.out.println(range.text()); > > the Chinese character is output correctly. > But when I try to insert the same text back. > range.insertAfter(range.text()); > > I can only see mess code in output doc. How can I solve this? > > > Thanks. > Regards. > Scott > -- Sergey Vladimirov --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
