On Tue, 5 Jul 2011, Michael Jiang wrote:
I need to create excel sheet. Is there a way to specify encoding?
You don't need to. POI handles this for you internally. As long as you pass in the correct Java string for your text, POI will encode it appropriately.
If you're having issues, check how your text is getting into Java Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
