How can i write data into an excel using PHP

前端 未结 6 527
南方客
南方客 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:58

    I wrote a simple library for exporting Excel-friendly XML files from PHP: http://github.com/elidickinson/php-export-data

提交回复
热议问题