Default to uncompressed so we don't get a million mails about this.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352756 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Glen Stampoultzis 2002-07-05 04:10:36 +00:00
parent f287ddbeac
commit 751223318b

View File

@ -153,7 +153,7 @@ public class HSSFCell
private String stringValue;
private boolean booleanValue;
private byte errorValue;
private short encoding;
private short encoding = ENCODING_UTF_16;
private Workbook book;
private Sheet sheet;
//private short row;