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
f287ddbeac
commit
751223318b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user