On Thu, 9 Sep 2010, Laird Nelson wrote:
I am using POI to read an Excel spreadsheet. I have no idea what character encoding it's in. I can tell you, however, it's not in UTF8. :-)
You don't have to worry about the encoding, POI sorts that out for you. Every String you get back is a real Java unicode string already
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
