mirror of https://github.com/apache/poi.git
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:
parent
26ae8e72d2
commit
88280e7259
|
@ -153,7 +153,7 @@ public class HSSFCell
|
||||||
private String stringValue;
|
private String stringValue;
|
||||||
private boolean booleanValue;
|
private boolean booleanValue;
|
||||||
private byte errorValue;
|
private byte errorValue;
|
||||||
private short encoding;
|
private short encoding = ENCODING_UTF_16;
|
||||||
private Workbook book;
|
private Workbook book;
|
||||||
private Sheet sheet;
|
private Sheet sheet;
|
||||||
//private short row;
|
//private short row;
|
||||||
|
|
Loading…
Reference in New Issue