将excel表导入codeigniter中的mysql数据库

我在CodeIgniter中实现了一个应用程序,其中有一些function需要Excel工作表中的大量数据通过CodeIgniter导入到MySQL数据库中。 我已经阅读了关于PHPExcel库,但我不太明白。

我认为理解文档而不是Reinventing the wheel是更好的select。 文档不是太难。 这里有几个链接可以帮助你开始。

https://github.com/PHPOffice/PHPExcel/wiki/User%20Documentation https://github.com/PHPOffice/PHPExcel/blob/develop/Documentation/markdown/ReadingSpreadsheetFiles/05-Reader-Options.md

希望这可以帮助。