数组是这样的
[
"customer" => "西卡若卡",
"product" => [
[
"name" => "瓶-500ML塑料瓶",
"parts" => "24牙35克",
"rongliang" => "500ML"
],
[
"name" => "内塞-500ML塑料瓶",
"parts" => "19小孔内塞+盖板",
],
[
"name" => "盖子-500ML塑料瓶",
"parts" => "24牙双层PP盖",
],
]
]
怎么才能导出这样的excel?
看文档啊,
https://phpspreadsheet.readthedocs.io/en/latest/topics/recipe...