Format text in Excel file via PHP

前端 未结 6 474
小鲜肉
小鲜肉 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:58

    I have written Excel spreadsheets from PHP 5 using the PEAR :: Package :: Spreadsheet_Excel_Writer classes. You can do a lot with this package.

提交回复
热议问题