开发者_StackOverflow中文版
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionWhat is the best php library to use to with php to read/write and display components of excel files on web based pages?
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.
For my mind it is the best library: Spreadsheet_Excel_Writer
精彩评论