我在每个子数组的开头有一个数组数组是列的标题,后跟我要填充列的整数.它看起来像这样:
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?