How can i write data into an excel using PHP

前端 未结 6 529
南方客
南方客 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条回答
  •  猫巷女王i
    2020-11-27 20:53

    if you just want/need to create a very simple table, you just need to make a *.csv-file which can be opened by excel - but not: you can't use formulas in this and you can't do any kind of formatting.

提交回复
热议问题