Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将excel转换为mysql。但我对 xls 和 xlsx 有疑问。我需要一个同时支持 xls 和 xlsx 的库。当我更改文件名时,应该就足够了(无需更改任何其他代码)例如:
something->Open("file.xls"); something->Open("file.xlsx");
应该打开这两个文件。有没有这样的图书馆,速度如何。
T 认为,PHPExcel可以帮助您。