File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes Reading and Writing chinese characters Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Reading and Writing chinese characters" Watch "Reading and Writing chinese characters" New topic
Author

Reading and Writing chinese characters

satishkumar janakiraman
Ranch Hand

Joined: May 03, 2004
Posts: 334
Hi,

I am using poi hssf for reading excel file. After reading this excel file , I am writing this in a text file. I have 2 columns in the excel sheet. For eg Login_ID_English and Login_ID_Chinese.
First Login_ID_English field contains login id in english.
Second Login_ID_Chinese field contains login id in chinese.

I want to read this chinese column and write. Can anyone give me a pointer?

bye for now
sat
Richard Green
Ranch Hand

Joined: Aug 25, 2005
Posts: 536
did you try the apache poi mailing list?


MCSD, SCJP, SCWCD, SCBCD, SCJD (in progress - URLybird 1.2.1)
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Reading and Writing chinese characters
 
Similar Threads
Hibernate @GeneratedValue problem
importing jar to java class.......
Problem in reading the excel file path from WINDOWs machine from UNIX environment
Reading excel file with data in chinese language using jdbc
how to write comma in CSV file