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

时间:2014-06-24 08:55:33

标签: mysql excel codeigniter

我正在CodeIgniter中实现一个应用程序,其中有一些功能需要Excel工作表中的大量数据通过CodeIgniter导入MySQL数据库。我读过有关PHPExcel库的内容,但我不太了解它。

1 个答案:

答案 0 :(得分:1)

我认为理解文档而不是Reinventing the wheel会更好。文档并不太难。以下是一些可以帮助您入门的链接。

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

希望这有帮助。