php方法读取没有PHPExcel的xlsx文件

时间:2021-08-12 16:56:53

is their any method or class or script to read xlsx file into database as i tried with phpexcel but that is very heavy and take time to load and some time i need to import data count like 300000 so its harder for phpexcel to read then store in database. so can you tel me any working script alternate for xlsx file to read.

是他们的任何方法或类或脚本xlsx文件读入数据库作为我试着phpexcel但很重,需要时间来加载和一些时间我需要导入数据数300000所以它更难phpexcel读取存储在数据库中。所以你能告诉我任何xlsx文件的替代脚本吗?

Thanks in advance

谢谢提前

1 个解决方案

#1


1  

Instead of using codeplex library, you have multiple other libraries which are lightweight. few are:

您没有使用codeplex库,而是使用多个其他的轻量级库。很少有:

http://code.google.com/p/php-excel-reader/

http://code.google.com/p/php-excel-reader/

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

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

#1


1  

Instead of using codeplex library, you have multiple other libraries which are lightweight. few are:

您没有使用codeplex库,而是使用多个其他的轻量级库。很少有:

http://code.google.com/p/php-excel-reader/

http://code.google.com/p/php-excel-reader/

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

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