使用 PHP 将 .xlsx 文件转换为 .csv 文件
我正在寻找一种低开销的方法,使用 PHP 将 .xlsx
文件转换为 .csv
文件,而不消耗过多的内存或加载无关的类。有人吗?
I'm looking for a low overhead way to convert a .xlsx
file to a .csv
file using PHP without consuming excess memory or loading extraneous classes. Anyone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 PHP PhpSpreadsheet 读取 XLSX 文件。从那里,您只需要弄清楚目标格式。
You can read XLSX files with PHP using PhpSpreadsheet. From there, you only need to figure out the destination format.