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.
我有一个用户可以上传 xls 文件的网页。当他上传文件时,我想自动将 excel 文件转换为 excel xml。我想将其转换为 xml 文件,因为我认为处理数据会很容易。是否可以编写我自己的 php 函数来做到这一点?
让我看看我是否明白。您要读取一个 XLS 文件,将其写为 XLSX,然后读入 XLSX?
为什么不首先处理 XLS?