Hi All,

 

We are planning to use POI for creating an XLS file from a J2EE based application.

 

The application server is WebLogic 8.1, OS is Solaris 8.

 

However, the XLS to be created will contain Japanese strings encoded in Shift JIS encoding.

 

After checking the POI API, what we found there is no place where one can specify the encoding of the XLS file to be created. Typically it is done through OutputStreamWriter of java.io. However, the relevant APIs (wb.create(java.io.OutputStream stream))in POI, which can be used to write strings in the XLS file, accepts only OutputStream object.

 

In this situation, can anyone please let us know how POI can be used to create a XLS file with Japanese strings encoded in Shift_JIS ?

 

Regards,

Sourav

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to