working with excel files in php [closed]

北慕城南 提交于 2019-12-07 12:39:21

问题


What is the best php library to use to with php to read/write and display components of excel files on web based pages?


回答1:


I would use PHPExcel for writing the files (in fact, I do use it)

http://phpexcel.codeplex.com/

And you could try

http://sourceforge.net/projects/phpexcelreader/

for reading but I have no experience with reading Excel files in PHP, only writing them.




回答2:


For my mind it is the best library: Spreadsheet_Excel_Writer



来源:https://stackoverflow.com/questions/4943551/working-with-excel-files-in-php

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!