You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Jason Height <jh...@minotaur.apache.org> on 2005/08/24 05:13:53 UTC

HSSFCell setEncoding. Why?

All,

Why is there a need for the setEncoding method on HSSFCell. At least with 
my latest UnicodeRecord changes the UnicodeRecord will iterate over the 
characters in the string to determine if there are high bytes, or not, and 
set the appropriate encoding method. All the HSSFCell stuff does is 
overwrite this automatic behaviour.

Why would there be a need to override this?

Jason

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/