Commit 75622885 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 32866

parent f79ac124
......@@ -1953,7 +1953,7 @@ function checkTypeCell( val ) {
// ToDo перевести на эту функцию все формулы...
function checkTypeCell2(cell) {
if (cell) {
if (cell && !cell.isEmptyText()) {
var val = cell.getValueWithoutFormat();
var type = cell.getType();
if (CellValueType.Number === type) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment