在浮点数的phpexcel问题中,我来自俄罗斯,我们决定分享一些地方,这样做可能是逗号或点数取决于国家99,667或99.667
$sheet->setCellValueByColumnAndRow(
$i + 1,
$key + 5,
'=COUNTIF(' . PHPExcel_Cell::stringFromColumnIndex(
$i - $cntDate
) . ($key + 5) . ':' . PHPExcel_Cell::stringFromColumnIndex($i - 1) . ($key + 5) . ',"<99.667")'
);
答案 0 :(得分:0)
你能尝试在floatval()中包装数字吗?