0

我是 PHP 新手,不知道如何将 .xls 文件转换为 .csv。我想自动更新我的 mysql 数据库,所以我将数据下载到了一个名为 update.xls 的文件中。我想将该文件转换为 update.csv 以便我可以通过 PHP 在 mysql 中使用 LOAD FILE。谁能帮忙

4

1 回答 1

0

You can open update.xls using Microsoft Execl (maybe openoffice can also do this) and then save again as csv file. You can load the file in, for example, phpmyadmin.

Natively php cannot read xls files. You need a library for that.

于 2013-05-08T10:00:57.660 回答