Excel to PHP array, possible and how?

后端 未结 5 1449
滥情空心
滥情空心 2020-12-28 16:24

I have a big excel file that looks like this:

\"enter

I would like to put each

5条回答
  •  庸人自扰
    2020-12-28 16:58

    I recommended to use PHPEXCEL library

    https://github.com/PHPOffice/PHPExcel

    you can see an example

    Update: Now the alternative to this library is phpspreadsheet

提交回复
热议问题