How to convert Excel XLS to CSV using PHP

后端 未结 4 2003
面向向阳花
面向向阳花 2020-11-30 08:39

Can anyone guide me how to convert XLS to CSV using PHP?

I have excel spread sheet which contains a list of documents, I want to convert this with CSV format using P

4条回答
  •  野性不改
    2020-11-30 09:16

    Probably you can start reading a XLS using PHP.

    Then, using the main logic to output what you want (csv in your case).

    Good luck,

提交回复
热议问题