我有一个export.php文件,其目标是使用VLOOKUP函数设置数据验证。然而,似乎我在食谱中找不到任何实际上似乎支持这一点的东西。一世 ...
答案是不使用数据集,但使用单元格范围:
$lastValueCell = 84; # this is dynamically got, but no value in showing how$output[$partNum][3] = ‘=VLOOKUP(C’. $x .’,Formulas!A$1:B$’. $lastValueCell .’,2,0)’;then append to spreadsheet using ->setCellValue()</code>
$lastValueCell = 84; # this is dynamically got, but no value in showing how$output[$partNum][3] = ‘=VLOOKUP(C’. $x .’,Formulas!A$1:B$’. $lastValueCell .’,2,0)’;
then append to spreadsheet using ->setCellValue()</code>
</code>
VLOOKUP 现在适用于出口
VLOOKUP