在浮点的 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")'
);