Excel to PHP array, possible and how?

后端 未结 5 1421
滥情空心
滥情空心 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 17:11

    Save the spreadsheet as a CSV, then use PHP's built-in CSV functions. See the sample code here:

    http://php.net/manual/en/function.fgetcsv.php

提交回复
热议问题