Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

working with excel files in php [closed]

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

like image 646
user434885 Avatar asked Nov 19 '25 00:11

user434885


2 Answers

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.

like image 168
Dai Avatar answered Nov 20 '25 16:11

Dai


For my mind it is the best library: Spreadsheet_Excel_Writer

like image 21
Alex Pliutau Avatar answered Nov 20 '25 15:11

Alex Pliutau



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!