如何在 ColdFusion 中使用查询读取 MS Excel 2007?

发布于 2025-01-05 03:02:35 字数 286 浏览 0 评论 0原文

我正在使用 Coldfusion8 和 mysql5,UI 必须从 MS Excel 2007 文件中读取/选择大约 900,000 条(缺少 9 条)记录并将它们插入到我的数据库中。我正在使用下面的查询,我认为该查询适用于 MS Excel 2003:

SELECT * FROM "Excel 8.0; DATABASE=abc; HDR=YES".[myfile$]

How do I read from an MS Excel 2007 file?

谢谢, 基肖尔

I am using coldfusion8 and mysql5 and UI have to read/select approx 900,000 (9 Lacks) records from an MS Excel 2007 file and insert them into my database. I am using the query below, which I think is for MS Excel 2003:

SELECT * FROM "Excel 8.0; DATABASE=abc; HDR=YES".[myfile$]

How do I read from an MS Excel 2007 file?

Thanks,
Kishor

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

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

发布评论

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

评论(1

甜柠檬 2025-01-12 03:02:35

查看协作过滤字段。这个问题可能不像您最初想象的那么简单。

Check out the field of collaborative filtering. This problem may not be as straightforward as you first assumed.

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