自动将 excel xls 文件转换为 excel xml

发布于 2024-08-22 17:57:38 字数 119 浏览 3 评论 0原文

我有一个网页,用户可以在其中上传 xls 文件。当他上传文件时,我想自动将excel文件转换为excel xml。我想将其转换为 xml 文件,因为我认为处理数据会很容易。 是否可以编写我自己的 php 函数来做到这一点?

I have a web page where a user can upload xls files. When he uploads a file, i want to automate converting the excel file to excel xml. I want to convert it to an xml file as i think it will be easy to handle the data.
Is it possible to write my own php function to do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

↘人皮目录ツ 2024-08-29 17:57:38

让我看看我是否理解。您要读取 XLS 文件,将其写为 XLSX,然后读入 XLSX?

为什么不首先处理 XLS 呢?

Let me see if I understand. You're going to read a XLS file, write it out as XLSX, then read in the XLSX?

Why not just deal with the XLS in the first place?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文