小编use*_*513的帖子

在php中将数组数组导出到Excel

我在每个子数组的开头有一个数组数组是列的标题,后跟我要填充列的整数.它看起来像这样:

Array ( [0] => Array ( [0] => How was the Food? [1] => 3 [2] => 4 ) [1] => Array ( [0] => How was the first party of the semester? [1] => 2 [2] => 4 [3] => 0 ) )
Run Code Online (Sandbox Code Playgroud)

有没有办法分解数组并将其导出到Excel?

php arrays excel

4
推荐指数
1
解决办法
2万
查看次数

标签 统计

arrays ×1

excel ×1

php ×1