How can i write data into an excel using PHP

前端 未结 6 526
南方客
南方客 2020-11-27 20:23

Is it possible to append content to an .xls file using PHP fwrite()?

When i try this using fwrite(), the resulting file causes an error message in Excel 2007.

<
6条回答
  •  心在旅途
    2020-11-27 20:52

    you can try this library http://phpexcel.codeplex.com/

    or you can create .csv file for example and then import them to excel.

提交回复
热议问题