有没有可以用 PHP 编写 RFC 4180 CSV 文件的库?

发布于 2024-10-22 20:25:30 字数 1539 浏览 1 评论 0原文

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

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

发布评论

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

评论(1

江心雾 2024-10-29 20:25:30

似乎每个库都在 2008 年的某个时候停止了开发。我不确定这是怎么回事。这里似乎是流行的选项:

我不能保证这些。我碰巧生活在一个神奇的土地上,我只需要处理 Excel 生成的 CSV 文件,这些文件永远不会在字段中包含换行符。这让我摆脱了 fgetcsv/fputcsv 的束缚,并且幸福地不知道它们在现实世界中是如何被破坏的。

It seems that every library out there stopped development some time in 2008. I'm not sure what's up with that. Here seem to be the popular-ish options:

I can't vouch for any of these. I happen to live in a magical land where I only need to deal with Excel-generated CSV files that will never, ever contain newlines in a field. This lets me get away with fgetcsv/fputcsv and be blissfully ignorant of how they're broken in the real world.

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