Export an Array of Arrays to Excel in php

后端 未结 3 1567
半阙折子戏
半阙折子戏 2020-12-09 22:27

I have an Array of arrays at the beginning of each sub array is the header of the column followed by integers that I want to populate the column. It looks something like thi

3条回答
  •  既然无缘
    2020-12-09 22:32

    If you really want to export array to excel, have a look at PHPReport. I have written that class to simplify exporting with phpexcel. It supports xls and xlsx.

提交回复
热议问题