mirror of https://github.com/apache/poi.git
not autofit for formula cells
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@511909 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c48613da0a
commit
e5e1edb065
|
@ -1461,8 +1461,6 @@ public class HSSFSheet
|
|||
} catch (Exception e) {
|
||||
sval = "" + value;
|
||||
}
|
||||
} else if (cell.getCellType() == HSSFCell.CELL_TYPE_FORMULA) {
|
||||
sval = cell.getCellFormula();
|
||||
} else if (cell.getCellType() == HSSFCell.CELL_TYPE_BOOLEAN) {
|
||||
sval = String.valueOf(cell.getBooleanCellValue());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue