加载现有电子表格时出现以下错误:
PHP 致命错误:未捕获的 PhpOffice\PhpSpreadsheet\Calculation\Exception: 100!C5 -> /var/www/spreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/Cell.php:274 中的单元格坐标 B 无效
公式为:
=LOOKUP(E5,'GeoCodes'!B:B,'GeoCodes'!A:A)
哪个在工作表“GeoCodes”B 列中的 E5 中查找值,在 A 列返回“GeoCodes”值。