Commit c290952a authored by eddie.woo's avatar eddie.woo

数值format

parent aa1a4474
......@@ -558,6 +558,9 @@
sheet.setFormula(data.rowIndex, data.columnIndex, '=' + parsedFormula);
ifShowParseFloat = false; // 有公式或手工数据源,单元格设置为公式
}
if (!isNaN(Number(data.value))) {
ifShowParseFloat = true;
}
}
if (ifShowParseFloat) {
......
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