Format text in Excel file via PHP

前端 未结 6 475
小鲜肉
小鲜肉 2020-11-29 13:24

I\'m loading data from my database, and exporting to an Excel file via a method I found on this site: http://www.appservnetwork.com/modules.php?name=News&file=article&am

6条回答
  •  抹茶落季
    2020-11-29 13:52

    The TinyButStrong template system (www.tinybutstrong.com) has an optional plugin that allows you to write to excel templates.

    I've used this a great deal. It's particularly neat in that you can set up the page to write to either HTML or Excel depending on a flag - so typically my reports offer 'display on page' and 'write to excel' options.

提交回复
热议问题